[ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
authorDominic Dunlop <domo@computer.org>
Thu, 14 Dec 2000 10:13:51 +0000 (11:13 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Dec 2000 21:38:05 +0000 (21:38 +0000)
Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>

p4raw-id: //depot/perl@8111

ext/POSIX/POSIX.pod

index e93fb74..10199e9 100644 (file)
@@ -1438,7 +1438,9 @@ Returns a name for a temporary file.
 
        $tmpfile = POSIX::tmpnam();
 
-See also L<File::Temp>.
+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<File::Temp>.
 
 =item tolower