]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix a logic error in cache_name()
authorEvan Hunt <each@isc.org>
Mon, 24 Feb 2025 23:39:23 +0000 (23:39 +0000)
committerEvan Hunt <each@isc.org>
Mon, 24 Feb 2025 23:39:23 +0000 (23:39 +0000)
A change in 6aba56ae8 (checking whether a rejected RRset was identical
to the data it would have replaced, so that we could still cache a
signature) inadvertently introduced cases where processing of a
response would continue when previously it would have been skipped.

Closes #5197

Merge branch '5197-cache_name-logic-error' into 'main'

See merge request isc-projects/bind9!10157


Trivial merge