Date: Sun, 17 Dec 2000 08:51:00 -0800 (PST) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c Message-ID: <200012171651.eBHGp0P10534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2000/12/17 08:51:00 PST
Modified files:
usr.sbin/crunch/crunchgen crunchgen.c
Log:
o check strdup() return values
o strcpy() -> strlcpy()
o sprintf() -> snprintf()
o mktemp() -> mkstemp()
o use err() instead of errx() in out_of_memory() function since
errno will probably be set
Submitted by: jedgar
Revision Changes Path
1.19 +31 -24 src/usr.sbin/crunch/crunchgen/crunchgen.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012171651.eBHGp0P10534>
