]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Adding NSEC3 opt-out records could leave invalid records in chain
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Dec 2025 09:20:19 +0000 (10:20 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Dec 2025 09:20:19 +0000 (10:20 +0100)
When creating an NSEC3 opt-out chain, a node in the chain could be removed too soon, causing the previous NSEC3 being unable to be found, resulting in invalid NSEC3 records to be left in the zone. This has been fixed.

Closes #5671

Merge branch '5671-fix-dbiterator-prev' into 'main'

See merge request isc-projects/bind9!11328


Trivial merge