]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix TSIG key and transport leaks in zone_notify() error paths
authorOndřej Surý <ondrej@isc.org>
Sat, 14 Mar 2026 11:53:03 +0000 (12:53 +0100)
committerOndřej Surý <ondrej@isc.org>
Sat, 14 Mar 2026 12:48:08 +0000 (13:48 +0100)
commit1505cb1c24fcbfcf43b1a1de6957c73afacccdd1
tree9ea261757ce6e38816e6a4a4882862a1906b1daa
parent80fae7a4b7d8f9aa5aedb5f5ad34f90ce1ad3e77
Fix TSIG key and transport leaks in zone_notify() error paths

Two 'goto next' paths in zone_notify() skipped detaching the TSIG
key and transport, leaking them on TLS configuration failure and
when the destination address is disabled.
lib/dns/zone.c