From: Ondřej Surý Date: Sat, 14 Mar 2026 06:45:57 +0000 (+0100) Subject: fix: usr: Fix intermittent named crashes during asynchronous zone operations X-Git-Tag: v9.21.21~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da6a85dc63bf6841974d247f5cfcf51d6d13ac69;p=thirdparty%2Fbind9.git fix: usr: Fix intermittent named crashes during asynchronous zone operations Asynchronous zone loading and dumping operations occasionally dispatched tasks to the wrong internal event loop. This threading violation triggered internal safety assertions that abruptly terminated named. Strict loop affinity is now enforced for these tasks, ensuring they execute on their designated threads and preventing the crashes. Closes #4882 Merge branch '4882-run-rndc-zone-commands-on-correct-loop' into 'main' See merge request isc-projects/bind9!11655 --- da6a85dc63bf6841974d247f5cfcf51d6d13ac69