]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not attach nodep in qpzone_find()
authorAlessio Podda <alessio@isc.org>
Fri, 17 Jul 2026 13:34:12 +0000 (15:34 +0200)
committerAlessio Podda <alessio@isc.org>
Wed, 12 Aug 2026 19:57:34 +0000 (19:57 +0000)
commitac471f7198caeeb9bbd8fb1ebbd19faf4b39e09f
treebe8fdbba000c6a32ba57eb5d00f789223651ade0
parent2b964d6f655aed4eef31b544c88591a2cec808d7
Do not attach nodep in qpzone_find()

As a consequence of the simplification of the dns_db_find() API,
we can avoid attaching the node in certain situations. We
only need to attach the node on zonecuts to keep alive the header
pointers.
lib/dns/qpzone.c