projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fc40549
)
[ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
Dominic Dunlop [Thu, 14 Dec 2000 10:13:51 +0000 (11:13 +0100)]
Message-Id: <p
04320407b65e3f4853aa
@[192.168.1.4]>
p4raw-id: //depot/perl@8111
ext/POSIX/POSIX.pod
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.pod
b/ext/POSIX/POSIX.pod
index
e93fb74
..
10199e9
100644
(file)
--- 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<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