]> git.ipfire.org Git - thirdparty/bind9.git/commit
Always delete the cached results on broken chain
authorOndřej Surý <ondrej@isc.org>
Thu, 14 Aug 2025 06:41:05 +0000 (08:41 +0200)
committerEvan Hunt <each@isc.org>
Thu, 14 Aug 2025 23:08:56 +0000 (16:08 -0700)
commit2b269fd0a441d40396f990937a2a0fed4f672741
tree2c256ed07a390c890b749f02ea2a460b4686f08f
parent70e99bb27a925e8b303e9177715a6b4a15f04388
Always delete the cached results on broken chain

The logic to delete records from the cache was relying on the contents
of the validation answer.  Change the logic to always delete the
contents of the cache on the broken chain result.
lib/dns/resolver.c