]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: Fix the cache findzonecut() implementation
authorOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 22:06:52 +0000 (22:06 +0000)
committerOndřej Surý <ondrej@isc.org>
Sun, 2 Feb 2025 22:06:52 +0000 (22:06 +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

Backport of MR !10047

Merge branch 'backport-5155-fix-findzonecut-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10050


Trivial merge