]> git.ipfire.org Git - thirdparty/bind9.git/commit
Expire names in shutdown_names() under the lock
authorOndřej Surý <ondrej@isc.org>
Wed, 14 Dec 2022 14:07:58 +0000 (15:07 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 14 Dec 2022 17:49:18 +0000 (18:49 +0100)
commitb8c7dc2dc2b4387317aa378e6ee78dbd7459c3cc
treecf9e7c5006449c7ff9aceafa528ed48ec2532833
parent32c2acf6fc6e9b8d3609e96198f89e7a39346bfa
Expire names in shutdown_names() under the lock

Since there could be fetches running, we need to run expire_name() under
the lock when shutting down the names.
lib/dns/adb.c