]> git.ipfire.org Git - thirdparty/bind9.git/commit
don't set SHUTTINGDOWN until after calling the request callbacks
authorEvan Hunt <each@isc.org>
Tue, 23 May 2023 21:33:28 +0000 (14:33 -0700)
committerEvan Hunt <each@isc.org>
Sat, 27 May 2023 00:41:37 +0000 (00:41 +0000)
commit512e5e786be5445bc5659ea4a0a7be9e5306b8e8
tree2ef2ef941955a3dfc5ce114977d3c1f3fe2471d4
parent45b3a4a4cbb850fb8ef17516d6d5545e8eb03e59
don't set SHUTTINGDOWN until after calling the request callbacks

if we set ISC_HTTPDMGR_SHUTTINGDOWN in the http manager before
calling the pending request callbacks, it can trigger an assertion.
lib/isc/httpd.c