]> 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:20:24 +0000 (11:20 +0200)
commited4358da37e0973c81b94ebd52b336e9d7f56cfe
treec372e750356cdb86efa601d9c5871e086c20bbca
parentf89c282d73bcb0165f8dc010af63fbca7041a8d4
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.

(cherry picked from commit b67616393398a107f0d359cce225b64bda3979b3)
lib/dns/zone.c