Module Name: src
Committed By: mrg
Date: Wed Nov 16 22:07:21 UTC 2011
Modified Files:
src/external/bsd/bind/dist: CHANGES
Log Message:
+ 3218. [security] Cache lookup could return RRSIG data associated with
+ nonexistent records, leading to an assertion
+ failure. [RT #26590]
so that someone looking can tell more easily we've applied it.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.10 -r1.2 src/external/bsd/bind/dist/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bind/dist/CHANGES
diff -u src/external/bsd/bind/dist/CHANGES:1.1.1.10 src/external/bsd/bind/dist/CHANGES:1.2
--- src/external/bsd/bind/dist/CHANGES:1.1.1.10 Sun Sep 11 17:11:09 2011
+++ src/external/bsd/bind/dist/CHANGES Wed Nov 16 22:07:21 2011
@@ -1,3 +1,7 @@
+3218. [security] Cache lookup could return RRSIG data associated with
+ nonexistent records, leading to an assertion
+ failure. [RT #26590]
+
--- 9.9.0a1 released ---
3146. [test] Fixed gcc4.6.0 errors in ATF. [RT #25598]