]> git.ipfire.org Git - thirdparty/bind9.git/commit
use an rbtnodechain to walk up labels
authorEvan Hunt <each@isc.org>
Wed, 28 Aug 2019 20:11:35 +0000 (13:11 -0700)
committerEvan Hunt <each@isc.org>
Fri, 30 Aug 2019 03:08:16 +0000 (20:08 -0700)
commit326ec91c8bb5961e94b4967a08d3d06d84313b6e
treec528b7e0e2d07a5ab6fc831abb5f08767b84ba08
parent2701f9eab0741696c3262a0d8c372582e0da3ccc
use an rbtnodechain to walk up labels

when looking for a possible wildcard match in the RPZ summary database,
use an rbtnodechain to walk up label by label, rather than using the
node's parent pointer.

(cherry picked from commit 6e9be9a95238158049b09813e19b3d380c01e125)
lib/dns/rpz.c
lib/dns/zone.c