]> git.ipfire.org Git - thirdparty/bind9.git/commit
Run shutdown events with the task's existing threadid
authorOndřej Surý <ondrej@sury.org>
Wed, 19 May 2021 06:27:16 +0000 (08:27 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 24 May 2021 18:02:20 +0000 (20:02 +0200)
commit4db5e301774fee32a884ddca1d7e26708d0636a2
treee0e4925b4aad2a4dd842e5406592493fa090d3da
parent0be7ea78be839a7924915e9e5e2f9b54d51729a9
Run shutdown events with the task's existing threadid

Previously, task->threadid was reassigned to 0 while shutting
down, which caused an assertion.
lib/isc/task.c