]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a logic error in cache_name()
authorEvan Hunt <each@isc.org>
Mon, 24 Feb 2025 22:30:39 +0000 (14:30 -0800)
committerEvan Hunt <each@isc.org>
Mon, 24 Feb 2025 23:42:30 +0000 (23:42 +0000)
commit9bec99ce7d9aa58a0517f3aa7d4cc4ffd702de9b
tree3238389dde62788c9ca75d07a942aa0ffdaddc18
parent54bb8252e2b63d2921cf57ed99f74d96933e5f08
Fix a logic error in cache_name()

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.

(cherry picked from commit d0fd9cbe3b0455d0db04b5afe67b7edc44e55965)
lib/dns/resolver.c