]> git.ipfire.org Git - thirdparty/bind9.git/commit
3124. [bug] Use an rdataset attribute flag to indicate
authorEvan Hunt <each@isc.org>
Thu, 9 Jun 2011 00:16:37 +0000 (00:16 +0000)
committerEvan Hunt <each@isc.org>
Thu, 9 Jun 2011 00:16:37 +0000 (00:16 +0000)
commitd7eaf06b5a47c38d05eec2cc9fbc7bc8ed0895d6
treef54c6969856f2a807fe03b5b0c349abe435cd840
parent2d1f9f6af00f1e60fff698bd4eeca788c16d4cd6
3124. [bug] Use an rdataset attribute flag to indicate
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777]

3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777]
CHANGES
bin/tests/system/nsupdate/tests.sh
lib/dns/include/dns/rdataset.h
lib/dns/masterdump.c
lib/dns/message.c
lib/dns/ncache.c
lib/dns/rbtdb.c
lib/dns/rdataset.c
lib/dns/resolver.c
lib/dns/validator.c