]> 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:04:14 +0000 (15:04 -0800)
commitd0fd9cbe3b0455d0db04b5afe67b7edc44e55965
tree63d7700fb8e2ff031392308f800fdd042b67be0d
parentc4868b5bd94a80138369752907ceb8f7230ecb9e
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.
lib/dns/resolver.c