]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix setnsec3param hang on shutdown
authorMatthijs Mekking <matthijs@isc.org>
Wed, 23 Jun 2021 09:20:43 +0000 (11:20 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 28 Jun 2021 08:35:34 +0000 (10:35 +0200)
commit10055d44e3083ab6fb66d26f5f0bfbb67125edb5
treeb74bbf6da547052aaf7a1c1c5fdc17c11e3e8e09
parent3631a23c7fb547ff30708dfb77398bfba100faa4
Fix setnsec3param hang on shutdown

When performing the 'setnsec3param' task, zones that are not loaded will have
their task rescheduled. We should do this only if the zone load is still
pending, this prevents zones that failed to load get stuck in a busy wait and
causing a hang on shutdown.
bin/tests/system/nsec3/ns3/named.conf.in
bin/tests/system/nsec3/ns3/named2.conf.in
bin/tests/system/nsec3/tests.sh
lib/dns/zone.c