]> git.ipfire.org Git - thirdparty/bind9.git/commit
disassociate rdatasets when cleaning up
authorMark Andrews <marka@isc.org>
Tue, 21 Dec 2021 01:44:17 +0000 (12:44 +1100)
committerMark Andrews <marka@isc.org>
Wed, 13 Jul 2022 23:43:39 +0000 (23:43 +0000)
commitb38a5d895fcfe5b07659bbfe80eae4775c9a1294
treec424418ecdaa8c568e89ad4283c6e2a995147825
parentf80b7e000670562d466031ff1cc61bcd2aff7aba
disassociate rdatasets when cleaning up

free_namelist could be passed names with associated rdatasets
when handling errors.  These need to be disassociated before
calling dns_message_puttemprdataset.
lib/dns/tkey.c