From owner-svn-src-all@FreeBSD.ORG Mon Mar 19 01:56:53 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 593FE106566C; Mon, 19 Mar 2012 01:56:53 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4158E8FC15; Mon, 19 Mar 2012 01:56:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2J1urGn045758; Mon, 19 Mar 2012 01:56:53 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2J1ursF045756; Mon, 19 Mar 2012 01:56:53 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201203190156.q2J1ursF045756@svn.freebsd.org> From: Eitan Adler Date: Mon, 19 Mar 2012 01:56:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233156 - stable/8/lib/libc/stdio X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 01:56:53 -0000 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.