]> git.ipfire.org Git - thirdparty/bind9.git/commit
isc_loopmgr_pause was called inappropriately
authorMark Andrews <marka@isc.org>
Tue, 11 Apr 2023 05:32:51 +0000 (15:32 +1000)
committerMark Andrews <marka@isc.org>
Tue, 18 Apr 2023 00:28:36 +0000 (00:28 +0000)
commitbe68dd62eacfb9b10fd146a62f716cbdef9be883
treea82b4b35612f5db2529393e69bec499d9e7d4810
parent453aaac2f0820519fc5bd855c0101279b0f30546
isc_loopmgr_pause was called inappropriately

isc_loopmgr_pause can't be called before isc_loopmgr_run is
called as the thread ids are not yet valid.  If there is a
fatal error before isc_loopmgr_run is run then don't call
isc_loopmgr_pause.
bin/named/include/named/globals.h
bin/named/main.c
bin/named/server.c