NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51135 CVS commit: src/sys/rump/librump/rumpkern



The following reply was made to PR kern/51135; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51135 CVS commit: src/sys/rump/librump/rumpkern
Date: Sat, 21 May 2016 14:59:45 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat May 21 14:59:45 UTC 2016
 
 Modified Files:
 	src/sys/rump/librump/rumpkern: hyperentropy.c
 
 Log Message:
 Actually get as many bytes as requested from rumpuser_random.
 
 rumpuser_random is limited to 32 bytes at a time -- which would be
 reasonable, except that there are too many buffers in the way between
 entropy sources and users of the entropy pool.
 
 Partial fix for PR kern/51135.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.15 src/sys/rump/librump/rumpkern/hyperentropy.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index