Module Name: src
Committed By: sborrill
Date: Fri Nov 18 23:09:48 UTC 2011
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.1
Log Message:
Ticket #1692
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-5.1.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-5.1.1
diff -u src/doc/CHANGES-5.1.1:1.1.2.39 src/doc/CHANGES-5.1.1:1.1.2.40
--- src/doc/CHANGES-5.1.1:1.1.2.39 Fri Nov 18 22:49:37 2011
+++ src/doc/CHANGES-5.1.1 Fri Nov 18 23:09:48 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.1,v 1.1.2.39 2011/11/18 22:49:37 sborrill Exp $
+# $NetBSD: CHANGES-5.1.1,v 1.1.2.40 2011/11/18 23:09:48 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1
release:
@@ -2552,3 +2552,10 @@ sys/uvm/uvm_meter.c 1.57
Dereference correct variable and thus stop a sysctl crash.
[christos, ticket #1691]
+dist/bind/bin/named/query.c patch
+dist/bind/lib/dns/rbtdb.c patch
+
+ Cache lookup could return RRSIG data associated with nonexistent
+ records, leading to an assertion failure. Fixes CVE-2011-4313.
+ [christos, ticket #1692]
+