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

See merge request isc-projects/bind9!10051


Trivial merge