Module Name: src Committed By: tls Date: Sat Jan 26 16:05:34 UTC 2013
Modified Files: src/sys/kern: subr_cprng.c Log Message: Fix a security issue: when we are reseeding a PRNG seeded early in boot before we had ever had any entropy, if something else has consumed the entropy that triggered the immediate reseed, we can reseed with as little as sizeof(int) bytes of entropy. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/kern/subr_cprng.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.