1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Remove outdated comment of seven years

PR:		docs/116116
Approved by:	cperciva
MFC after:	1 week
This commit is contained in:
Eitan Adler 2012-03-04 16:44:04 +00:00
parent 008474bbf1
commit a8448a8ce7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232505

View File

@ -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.