Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 01:56:53 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r233156 - stable/8/lib/libc/stdio
Message-ID:  <201203190156.q2J1ursF045756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Mar 19 01:56:52 2012
New Revision: 233156
URL: http://svn.freebsd.org/changeset/base/233156

Log:
  MFC r232505:
  	Remove outdated comment of seven years
  
  PR:		docs/116116
  Approved by:	cperciva

Modified:
  stable/8/lib/libc/stdio/mktemp.3
Directory Properties:
  stable/8/lib/libc/   (props changed)

Modified: stable/8/lib/libc/stdio/mktemp.3
==============================================================================
--- stable/8/lib/libc/stdio/mktemp.3	Mon Mar 19 01:56:26 2012	(r233155)
+++ stable/8/lib/libc/stdio/mktemp.3	Mon Mar 19 01:56:52 2012	(r233156)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203190156.q2J1ursF045756>