]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix leak in checkds code
authorMatthijs Mekking <matthijs@isc.org>
Mon, 12 Jul 2021 08:10:12 +0000 (10:10 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 13 Jul 2021 09:12:37 +0000 (11:12 +0200)
commitb67616393398a107f0d359cce225b64bda3979b3
tree0a7e5f461da453752503163e07598a94bb9ed2c6
parentef467a5a7cfcb4cfb981aa6064ee5c0ed963b451
Fix leak in checkds code

In 'checkds_send_toaddr' there is a goto bug that causes the TSIG key
and DNS message to not be detached. Remove the offending goto statement.
lib/dns/zone.c