]> 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>
Thu, 14 Jul 2022 00:21:47 +0000 (10:21 +1000)
commitf2855facbeb19c51befed1c858f4d28b8306f886
tree54c507ae78c84de43bfd18d2947ab3096ccce34a
parent29f0ac40f31fcaa72e51feeffdb335aa7b202b47
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.

(cherry picked from commit 745d5edc3a8ca6f232b2d700ae076c2caee2bfc5)
lib/dns/tkey.c