]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the extra dns_rdataset_disassociate() code
authorOndřej Surý <ondrej@isc.org>
Wed, 17 Dec 2025 07:38:34 +0000 (08:38 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 17 Dec 2025 14:19:55 +0000 (15:19 +0100)
commitbd074ff0eaceb12b2ca62b8b64e23c00d4ef84c6
tree6cead783c6899c0c61a0d377cef0a52b3347e051
parent8320faf64b023bd2da738dac56ee312f9f4e4a28
Cleanup the extra dns_rdataset_disassociate() code

Manually go through the code using dns_rdataset_isassociated() and
use dns_rdataset_cleanup() where appropriate in places that a simple
semantic patch is not able to find automatically.
bin/dnssec/dnssec-signzone.c
bin/named/builtin.c
lib/dns/resolver.c
lib/dns/sdlz.c
lib/dns/validator.c
lib/dns/view.c
lib/dns/zone.c
lib/dns/zoneverify.c
lib/ns/query.c