From: Ondřej Surý Date: Mon, 8 Dec 2025 09:20:19 +0000 (+0100) Subject: fix: usr: Adding NSEC3 opt-out records could leave invalid records in chain X-Git-Tag: v9.21.17~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=064deef4a717bf9a56207897976d98c598c38eb9;p=thirdparty%2Fbind9.git fix: usr: Adding NSEC3 opt-out records could leave invalid records in chain 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 --- 064deef4a717bf9a56207897976d98c598c38eb9