From owner-cvs-all Thu Dec 21 4:50:56 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 04:50:53 2000 Return-Path: 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 AB82537B400; Thu, 21 Dec 2000 04:50:53 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBLCoro60706; Thu, 21 Dec 2000 04:50:53 -0800 (PST) (envelope-from joe) Message-Id: <200012211250.eBLCoro60706@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 21 Dec 2000 04:50:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/12/21 04:50:50 PST Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunchgen.c Log: MFC: Revisions 1.18-1.22 o Better support for building objects in a shadow obj directory using MAKEOBJDIRPREFIX and the -o and -p flags. o Use the TMPDIR env variable or _PATH_TMP for determining which temporary directory to use. 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.12.2.3 +96 -63 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