]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix find_coveringnsec in qpcache.c
authorMark Andrews <marka@isc.org>
Tue, 15 Jul 2025 05:14:23 +0000 (15:14 +1000)
committerMark Andrews <marka@isc.org>
Mon, 21 Jul 2025 15:05:50 +0000 (17:05 +0200)
commit7de4207cb6dc9c65a4405a1710d15a723a6d2bf1
tree7112fdd4ad1e4274d97f695e2543c2d83ce26fad
parent918a37371bf8276bdb0e4d3b816e0d63ac375406
Fix find_coveringnsec in qpcache.c

dns_qp_lookup was returning ISC_R_NOTFOUND rather than DNS_R_PARTIALMATCH
when there wasn't a parent with a NSEC record in the cache.  This was
causing find_coveringnsec to fail rather than returing the covering NSEC.
lib/dns/qpcache.c