]> git.ipfire.org Git - thirdparty/bind9.git/commit
clear fctx->magic and fetch->magic when destroying
authorEvan Hunt <each@isc.org>
Mon, 11 Jul 2022 23:55:48 +0000 (16:55 -0700)
committerMark Andrews <marka@isc.org>
Wed, 13 Jul 2022 02:12:35 +0000 (02:12 +0000)
commitb66cd7b2fcabefe36f6c3d825ed0889da47d7924
tree6a81d58202dbfe1697302a2b7aaaa3782786fd3e
parentb8d57634946b75aff888bc1dcfbaa2679a29fa56
clear fctx->magic and fetch->magic when destroying

fctx_destroy() and dns_resolver_destroyfetch() did not clear the
'magic' field during destruction.

(cherry picked from commit 5ec077e6aad95d654d723862683ae7941d59083c)
lib/dns/resolver.c