]> git.ipfire.org Git - thirdparty/bind9.git/commit
2938. [bug] When generating signed responses, from a signed zone
authorMark Andrews <marka@isc.org>
Fri, 13 Aug 2010 07:00:40 +0000 (07:00 +0000)
committerMark Andrews <marka@isc.org>
Fri, 13 Aug 2010 07:00:40 +0000 (07:00 +0000)
commit71e5c19636e21f03a0df3b1174e05e2fe0d3e4ba
treeac96ee7ccc842e16d877ba6d48a71cdc9fa9b74a
parent188bd721a53e68e4e35f9fabaa3f9a5dffb1fbd4
2938.   [bug]           When generating signed responses, from a signed zone
                        that uses NSEC3, named would use a uninitialised
                        pointer if it needed to skip a NSEC3 record because
                        it didn't match the selected NSEC3PARAM record for
                        zone. [RT# 21868]
CHANGES
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/dnssec_update_test.pl
bin/tests/system/dnssec/ns2/badparam.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns2/named.conf
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/tests.sh
lib/dns/rbtdb.c