Date: Sat, 21 Aug 1999 10:56:45 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio tempnam.c tmpnam.c Message-ID: <199908211756.KAA35091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/08/21 10:56:45 PDT Modified files: lib/libc/stdio tempnam.c tmpnam.c Log: Add warnings, ala mktemp, to tempnam and tmpnam as a reminder that these are inherently unsafe interfaces. Do not allow TMPDIR to override path for setuid/setgid programs. Revision Changes Path 1.6 +8 -3 src/lib/libc/stdio/tempnam.c 1.2 +5 -0 src/lib/libc/stdio/tmpnam.c 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?199908211756.KAA35091>