]> git.ipfire.org Git - thirdparty/bind9.git/commit
don't bother checking for empty nodes when searching the NSEC3 tree
authorEvan Hunt <each@isc.org>
Sat, 9 May 2020 01:40:41 +0000 (18:40 -0700)
committerEvan Hunt <each@isc.org>
Tue, 12 May 2020 19:35:29 +0000 (12:35 -0700)
commit7192edf9c2ca7426f63f6fa23f363071dfdfbc11
treed028034faa2ac5906f28eba070be3dad7baf763c
parentfb3a419106718589836fb825ae33a387d2872d78
don't bother checking for empty nodes when searching the NSEC3 tree

this avoids a time-wasting search that could occur during an
IXFR that replaced an NSEC3 chain.
lib/dns/rbtdb.c