]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix the cache findzonecut() implementation
authorOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 18:54:24 +0000 (18:54 +0000)
committerOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 18:54:24 +0000 (18:54 +0000)
The search for the deepest known zone cut in the cache could improperly reject a node if it contained any stale data, regardless of whether it was the NS RRset that was stale.

Closes #5155

Merge branch '5155-fix-findzonecut' into 'main'

See merge request isc-projects/bind9!10047


Trivial merge