diff options
author | eadler <eadler@FreeBSD.org> | 2012-03-04 16:44:04 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-03-04 16:44:04 +0000 |
commit | 492dd3728ea35173bc0708ae8c1cc796f680f43b (patch) | |
tree | 28bdb312fa3b79dfc1e6b629f8bd8ff2c3e8d051 /lib/libc/stdio/mktemp.3 | |
parent | a105f4dd528e59eda892905a443ee66b7c4ed384 (diff) | |
download | FreeBSD-src-492dd3728ea35173bc0708ae8c1cc796f680f43b.zip FreeBSD-src-492dd3728ea35173bc0708ae8c1cc796f680f43b.tar.gz |
Remove outdated comment of seven years
PR: docs/116116
Approved by: cperciva
MFC after: 1 week
Diffstat (limited to 'lib/libc/stdio/mktemp.3')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 9af0c98..b51a177 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -236,10 +236,3 @@ and the return status of the call should be tested for failure. 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. |