]> git.ipfire.org Git - thirdparty/bind9.git/commit
Restore dns_validator_destroy and fetchctx_detach call order
authorMark Andrews <marka@isc.org>
Mon, 4 Sep 2023 23:46:05 +0000 (09:46 +1000)
committerMark Andrews <marka@isc.org>
Tue, 5 Sep 2023 23:23:00 +0000 (09:23 +1000)
commitcf63cb1136449625fe3279924fde215f6498ccfd
tree4f68aee9c6189c466337f14183104ef6be916c18
parent5173849d729ad9637e69f7e2569bf2e16058222c
Restore dns_validator_destroy and fetchctx_detach call order

7a78a85b moved the destruction of the validator from near the start
validated to the end.  This reversed the order of dns_validator_destroy
and fetchctx_detach.  Restore the order so that val->name remains
valid for the lifetime of the validator.
lib/dns/resolver.c