]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Prevent aborts during expired cache dumps
authorOndřej Surý <ondrej@isc.org>
Sun, 12 Jul 2026 06:23:29 +0000 (08:23 +0200)
committerOndřej Surý <ondrej@isc.org>
Sun, 12 Jul 2026 06:23:29 +0000 (08:23 +0200)
commitc07eae145ea061870b4e64d8d77ee97304167d13
tree611267f9cc20e8847fcd8352f96c9548ce3f7ce5
parent6bb9aeb9e96f5e1f7a8a70f38eab78be0d20fb41
parenta16c993e0acc8a34b29970832d195309a4ba6660
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