From owner-cvs-all Wed Nov 22 3: 9:34 2000 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 038F237B4C5; Wed, 22 Nov 2000 03:09:31 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72637; Wed, 22 Nov 2000 03:09:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <200011221109.DAA72637@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 22 Nov 2000 03:09:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 main.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/11/22 03:09:30 PST Modified files: usr.bin/m4 main.c pathnames.h Log: Create temporary files in a secure directory, instead of using multiple filenames based on a single invocation of mktemp() in /tmp, which is easily predictable after the first one. Audited by: markm Revision Changes Path 1.8 +5 -2 src/usr.bin/m4/main.c 1.2 +4 -2 src/usr.bin/m4/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message