]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit282b0ed51408033041cb5bbd83b1ea13dd284975
tree1470f5c9ddfbd906d053a8e03a41328af56a9645
parent32518f7de3cfcc29d5684a9133166339c3860763
parent1f095b902c834fd7bf0805605548ef8ca14c5af3
fix: dev: Fix the cache findzonecut() implementation

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