From: Ondřej Surý Date: Sun, 12 Jul 2026 06:23:29 +0000 (+0200) Subject: fix: usr: Prevent aborts during expired cache dumps X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c07eae145ea061870b4e64d8d77ee97304167d13;p=thirdparty%2Fbind9.git fix: usr: Prevent aborts during expired cache dumps Running rndc dumpdb -expired could cause named to abort when the cache contained internal deletion markers for records that had already been removed. BIND now skips those markers when preparing expired cache dumps, so the dump includes only real cached records and completes normally. Closes #6064 Merge branch '6064-skip-nonexistent-headers' into 'main' See merge request isc-projects/bind9!12387 --- c07eae145ea061870b4e64d8d77ee97304167d13