From a8448a8ce7cff8a74cf4ac55b6f3601572c4ea4e Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 4 Mar 2012 16:44:04 +0000 Subject: [PATCH] Remove outdated comment of seven years PR: docs/116116 Approved by: cperciva MFC after: 1 week --- lib/libc/stdio/mktemp.3 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 9af0c984a40..b51a177b4cd 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.