]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Remove unnecessary dns_name_free call
authorMark Andrews <marka@isc.org>
Wed, 15 Apr 2026 01:36:50 +0000 (11:36 +1000)
committerMark Andrews <marka@isc.org>
Wed, 15 Apr 2026 01:36:50 +0000 (11:36 +1000)
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.

Closes #5858

Merge branch '5858-remove-unnecessary-dns-name-free-call' into 'main'

See merge request isc-projects/bind9!11832


Trivial merge