From owner-cvs-all Thu Jul 5 0:47: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2E7037B403; Thu, 5 Jul 2001 00:47:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f657l0714542; Thu, 5 Jul 2001 00:47:00 -0700 (PDT) (envelope-from kris) Message-Id: <200107050747.f657l0714542@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 5 Jul 2001 00:47:00 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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