]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test excessive RRSIG(NSEC) in signed zones
authorNicki Křížek <nicki@isc.org>
Fri, 20 Feb 2026 15:35:29 +0000 (16:35 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:18:48 +0000 (13:18 +0100)
commita338e254beda3085fbe7b91905e668ba9b0cfb7c
treeb2738ed34a803c46fdae691c7499e5419b2334fd
parent779463a703e109d2f65e9a09745bfebd2b9d4164
Test excessive RRSIG(NSEC) in signed zones

Trigger a memory leak by adding extra RRSIG(NSEC) to a signed zone which
exceeds the resolver's configured max-records-per-type limit.
bin/tests/system/nsec/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec/ns1/root.db [new file with mode: 0644]
bin/tests/system/nsec/ns2/excessive-nsec-rrsigs.db.in [new file with mode: 0644]
bin/tests/system/nsec/ns2/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec/ns3/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec/ns3/trusted.conf.j2 [new symlink]
bin/tests/system/nsec/tests_excessive_rrsigs.py [new file with mode: 0755]