From: Matthijs Mekking Date: Tue, 19 May 2026 09:48:15 +0000 (+0000) Subject: fix: dev: Don't remove corresponding RRSIG in the same loop X-Git-Tag: v9.21.23~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b45b43600cde2712cdfa9b72d7384c5f5d2a3a5;p=thirdparty%2Fbind9.git fix: dev: Don't remove corresponding RRSIG in the same loop The `dns_db_deleterdataset()` removing the corresponding signature within the iterator is wrong, because it mutates an rdataset that is not the current one. This has been fixed. Merge branch 'matthijs-fix-evict-cname-other' into 'main' See merge request isc-projects/bind9!12047 --- 3b45b43600cde2712cdfa9b72d7384c5f5d2a3a5