]> git.ipfire.org Git - thirdparty/bind9.git/commit
Evict the RRSIG when adding negative header
authorOndřej Surý <ondrej@isc.org>
Sat, 8 Nov 2025 11:06:20 +0000 (12:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 09:10:14 +0000 (10:10 +0100)
commitf4adabb2dd33510a91a30a129d8b5afe601348c7
treeb09caa01119343063144f4dcdaf27e6ca280125d
parent51af07cdeea7c18b8a976b46c72aab8f8a08acf7
Evict the RRSIG when adding negative header

Formerly, we've evicted the RRSIG(type) only when we were changing
existing header from positive to negative.  Move the eviction routine
for the RRSIG to a common path, so the RRSIG also gets evicted when we
are adding new negative header for a specific type.
lib/dns/qpcache.c