]> 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 02:30:22 +0000 (12:30 +1000)
commit35a5e29800bc0176bdf259dbca8fd0a141e6a4ab
tree5477ad53c3bafa582902993cc4c0f44a1100df57
parentde4a9b4fa683b5b6531e4563139eee4e26fb72f9
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