]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit02ef8ff01c9ea9e7d54c5d7a892f81afb357b5bf
tree63d7700fb8e2ff031392308f800fdd042b67be0d
parentc4868b5bd94a80138369752907ceb8f7230ecb9e
parentd0fd9cbe3b0455d0db04b5afe67b7edc44e55965
fix: dev: 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.

Closes #5197

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

See merge request isc-projects/bind9!10157