]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove unnecessary dns_name_free call
authorMark Andrews <marka@isc.org>
Fri, 10 Apr 2026 03:07:26 +0000 (13:07 +1000)
committerMark Andrews <marka@isc.org>
Wed, 15 Apr 2026 03:53:20 +0000 (13:53 +1000)
commitb2b248c8c01ca8f9e499c49453fcdfbbc1cff18f
tree743715f215135bbb7848b75bfe367ffcf58c144b
parent26ec627c9dd7c2ee7cbab996edeb2c0b6785a07a
Remove unnecessary dns_name_free call

When processing a catalog zone member's primaries definition and
there is a TXT record containing an invalid name TSIG key name,
dns_name_free was incorrectly called triggering an assertion.
This has been fixed.

(cherry picked from commit 9f411c93c4d87b8097d39024da5a9da447cddaf7)
lib/dns/catz.c