From: Dominic Dunlop Date: Thu, 14 Dec 2000 10:13:51 +0000 (+0100) Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous X-Git-Tag: accepted/trunk/20130322.191538~33321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60cba15a811438a2d052d1c9747a334fc770974d;p=platform%2Fupstream%2Fperl.git [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous Message-Id: p4raw-id: //depot/perl@8111 --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index e93fb74..10199e9 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1438,7 +1438,9 @@ Returns a name for a temporary file. $tmpfile = POSIX::tmpnam(); -See also L. +For security reasons, which are probably detailed in your system's +documentation for the C library tmpnam() function, this interface +should not be used; instead see L. =item tolower