Module Name: src
Committed By: bouyer
Date: Sat Jan 26 21:36:27 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.2
Log Message:
ticket 800
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.0.2
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.0.2
diff -u src/doc/CHANGES-6.0.2:1.1.2.6 src/doc/CHANGES-6.0.2:1.1.2.7
--- src/doc/CHANGES-6.0.2:1.1.2.6 Sun Jan 13 19:09:32 2013
+++ src/doc/CHANGES-6.0.2 Sat Jan 26 21:36:27 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.6 2013/01/13 19:09:32 bouyer Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.7 2013/01/26 21:36:27 bouyer Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -48,3 +48,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]
+