From owner-cvs-all Thu Dec 12 9:43:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050EB37B401; Thu, 12 Dec 2002 09:43:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D8843EA9; Thu, 12 Dec 2002 09:43:42 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBCHcjmV034559; Thu, 12 Dec 2002 09:38:45 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBCHcjg5034558; Thu, 12 Dec 2002 09:38:45 -0800 (PST) Message-Id: <200212121738.gBCHcjg5034558@repoman.freebsd.org> From: Mark Murray Date: Thu, 12 Dec 2002 09:38:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random yarrow.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/12/12 09:38:45 PST Modified files: sys/dev/random yarrow.c Log: Fix a buffer overrun in /dev/random which, due to the nature of the kernel memory allocator, is harmless. This could be a problem for other systems, though. I've modified Darren's patch a little. Original patch by: Darren Schack, Isilon Systems, Inc Also analysed by: SGI, and in particular Divy Le Ray of SGI OK'ed by: re(rwatson) Revision Changes Path 1.41 +4 -3 src/sys/dev/random/yarrow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message