Module Name:    src
Committed By:   bouyer
Date:           Sat Jan 26 21:36:06 UTC 2013

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.1

Log Message:
ticket 800


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-6.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.75 src/doc/CHANGES-6.1:1.1.2.76
--- src/doc/CHANGES-6.1:1.1.2.75	Sun Jan 13 19:09:38 2013
+++ src/doc/CHANGES-6.1	Sat Jan 26 21:36:05 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.75 2013/01/13 19:09:38 bouyer Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.76 2013/01/26 21:36:05 bouyer Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -8047,3 +8047,11 @@ gnu/dist/grep/src/search.c			1.4
 
 	[apb, ticket #780]
 
+sys/kern/subr_cprng.c				1.15
+
+	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.
+	[tls, ticket #800]
+

Reply via email to