]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] fix: usr: Remove unnecessary dns_name_free call backport-5881-rsa-exponent-keytrap-cpu-amplification-9.16
authorMark Andrews <marka@isc.org>
Wed, 15 Apr 2026 22:59:03 +0000 (08:59 +1000)
committerMark Andrews <marka@isc.org>
Wed, 15 Apr 2026 22:59:03 +0000 (08:59 +1000)
commit9a909c09b3c25ec2a39b60cfe427f48d2e2a4b77
treec68379feb91a06d1d17fe331f0d9560859871674
parenta5e8d2354385d4f42a58113b16960d85ec306b09
parentc27c899968a9fc1866d0fb691fef11241fce571b
[9.16] fix: usr: 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.

Closes #5858

Backport of MR !11832

Merge branch 'backport-5858-remove-unnecessary-dns-name-free-call-9.16' into 'bind-9.16'

See merge request isc-projects/bind9!11850