Date: Sat, 5 May 2001 20:03:45 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ctm/ctm ctm_pass2.c ctm_passb.c src/usr.sbin/ctm/ctm_rmail ctm_rmail.c error.c error.h Message-ID: <200105060303.f4633jk43252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/05/05 20:03:45 PDT
Modified files:
usr.sbin/ctm/ctm ctm_pass2.c ctm_passb.c
usr.sbin/ctm/ctm_rmail ctm_rmail.c error.c error.h
Log:
* fix ctm(8) to use mkstemp() instead of tempnam() for tempfile
creation.
* Tag the internal err() function with __printflike to allow checking
for non-constant format string arguments (none exist)
* Use fmtcheck() to sanitize the tar command obtained via -t to make
sure it doesn't contain extraneous format operators.
Reviewed by: mikeh
MFC after: 1 week
Revision Changes Path
1.19 +54 -4 src/usr.sbin/ctm/ctm/ctm_pass2.c
1.6 +2 -2 src/usr.sbin/ctm/ctm/ctm_passb.c
1.16 +2 -2 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.c
1.3 +6 -1 src/usr.sbin/ctm/ctm_rmail/error.c
1.2 +3 -1 src/usr.sbin/ctm/ctm_rmail/error.h
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?200105060303.f4633jk43252>
