Module Name: src
Committed By: bouyer
Date: Sat Jun 18 10:37:45 UTC 2011
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket #1430
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-4.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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.224 src/doc/CHANGES-4.1:1.1.2.225
--- src/doc/CHANGES-4.1:1.1.2.224 Mon May 9 19:39:18 2011
+++ src/doc/CHANGES-4.1 Sat Jun 18 10:37:45 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.224 2011/05/09 19:39:18 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.225 2011/06/18 10:37:45 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -4460,3 +4460,20 @@
uninitialized data as res_state.
[taca, ticket #1429]
+dist/bind/CHANGES: patch
+dist/bind/version: patch
+dist/bind/lib/dns/api: patch
+dist/bind/lib/dns/ncache.c: patch
+dist/bind/lib/dns/rdataset.c: patch
+dist/bind/lib/dns/validator.c: patch
+dist/bind/lib/dns/include/dns/rdataset.h: patch
+
+ Fix security issue: An authoritative name server sending a negative
+ response containing a very large RRset could
+ trigger an off-by-one error in the ncache code
+ and crash named.
+ Fix bug: Named could fail to validate zones listed in a DLV
+ that validated insecure without using DLV and had
+ DS records in the parent zone.
+ [spz, ticket #1430]
+