]> 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>
Tue, 14 Apr 2026 23:00:26 +0000 (09:00 +1000)
commit9f411c93c4d87b8097d39024da5a9da447cddaf7
treeba5b7f5d9ebff0b28c5ccb8e954562f21465f1df
parent213e59ccf56f4d66cf65f363be4563f2e853d12f
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.
lib/dns/catz.c