From owner-cvs-src@FreeBSD.ORG Fri Aug 15 08:54:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B56D037B401; Fri, 15 Aug 2003 08:54:23 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0588243F3F; Fri, 15 Aug 2003 08:54:23 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h7FFsK7N098308 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 15 Aug 2003 08:54:22 -0700 (PDT) (envelope-from sam@errno.com) Date: Fri, 15 Aug 2003 08:54:22 -0700 From: Sam Leffler To: Mike Silbersack , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <76344918.1060937662@melange.errno.com> In-Reply-To: <200308150634.h7F6Ylxw022089@repoman.freebsd.org> References: <200308150634.h7F6Ylxw022089@repoman.freebsd.org> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: cvs commit: src/sys/libkern arc4random.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 15:54:24 -0000 > Lock down arc4random so it can be safely called w/o Giant. > > Minor code reorganization was required, but the only functional > change was that the first 1024 bytes of output are thrown out > after each reseed, rather than just the initial seed. How did you validate the this change? I strongly suggest that mods like this need review before commit. Subtle problems can go unnoticed for a long time. Sam