]> git.ipfire.org Git - thirdparty/bind9.git/commit
use dns_qp_getname() where possible
authorEvan Hunt <each@isc.org>
Thu, 11 Apr 2024 17:00:22 +0000 (10:00 -0700)
committerEvan Hunt <each@isc.org>
Tue, 30 Apr 2024 19:50:01 +0000 (12:50 -0700)
commite300dfce46508b8802fd2af4064e69b3b23a93b4
tree14f518e517d628d5983d4fc035c398451d5d2690
parent2789e58473784f5ce548baea4c5805129f56eee4
use dns_qp_getname() where possible

some calls to dns_qp_lookup() do not need partial matches, QP chains
or QP iterators. in these cases it's more efficient to use
dns_qp_getname().
lib/dns/qpcache.c
lib/dns/zt.c