]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commit619f163e680742e6e2de2d3eda0aa175f5c3da18
treee757d609f09d54328205ac38c0a2f7d8c0713b1b
parent51d5d0aae2440e38558d801fcddb45fd73265830
parent1e818d368f791b14151c6174a0e616abfc71c803
[9.20] 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

Backport of MR !10047

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

See merge request isc-projects/bind9!10050