svn commit: r232505 - head/lib/libc/stdio
Eitan Adler
eadler at FreeBSD.org
Sun Mar 4 16:44:05 UTC 2012
Author: eadler
Date: Sun Mar 4 16:44:04 2012
New Revision: 232505
URL: http://svn.freebsd.org/changeset/base/232505
Log:
Remove outdated comment of seven years
PR: docs/116116
Approved by: cperciva
MFC after: 1 week
Modified:
head/lib/libc/stdio/mktemp.3
Modified: head/lib/libc/stdio/mktemp.3
==============================================================================
--- head/lib/libc/stdio/mktemp.3 Sun Mar 4 16:41:07 2012 (r232504)
+++ head/lib/libc/stdio/mktemp.3 Sun Mar 4 16:44:04 2012 (r232505)
@@ -236,10 +236,3 @@ and the return status of the call should
This will ensure that the program does not continue blindly
in the event that an attacker has already created the file
with the intention of manipulating or reading its contents.
-.Pp
-The implementation of these functions calls
-.Xr arc4random 3 ,
-which is not reentrant.
-You must provide your own locking around this and other consumers of the
-.Xr arc4random 3
-API.
More information about the svn-src-all
mailing list