Date: Thu, 5 Jul 2001 00:47:00 -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: <200107050747.f657l0714542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/07/05 00:47:00 PDT Modified files: (Branch: RELENG_4) usr.sbin/ctm/ctm ctm_pass2.c ctm_passb.c usr.sbin/ctm/ctm_rmail ctm_rmail.c error.c error.h Log: MFC: * 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. Revision Changes Path 1.18.2.1 +54 -4 src/usr.sbin/ctm/ctm/ctm_pass2.c 1.5.2.1 +2 -2 src/usr.sbin/ctm/ctm/ctm_passb.c 1.15.2.1 +2 -2 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.c 1.2.12.1 +6 -1 src/usr.sbin/ctm/ctm_rmail/error.c 1.1.12.1 +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?200107050747.f657l0714542>