Date: Sat, 23 Dec 2000 10:56:07 -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.1 crunchgen.c Message-ID: <200012231856.eBNIu7j82146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2000/12/23 10:56:07 PST
Modified files: (Branch: RELENG_3)
usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c
Log:
MF4: Improve support for shadow object directories by adding the -o and -p
flags.
MF4: Add support for customising the make flags on a per-program basis from
within a crunch.conf file.
MF4: A number of security fixes:
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
Revision Changes Path
1.7.2.3 +128 -67 src/usr.sbin/crunch/crunchgen/crunchgen.1
1.11.2.2 +178 -87 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?200012231856.eBNIu7j82146>
