]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge