]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix shutdown INSIST in dns_dispatchmgr_getblackhole
authorMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 23:15:07 +0000 (10:15 +1100)
committerMark Andrews <marka@isc.org>
Mon, 27 Oct 2025 23:15:07 +0000 (10:15 +1100)
commitf0aaaef166ca04cb096a0dd01bc88cc8dc39938c
treed23e8dd3c0381f3a00fddadcc6e5c384bafd628e
parent44e3411ce074fc14722a8047448733a55c278eb6
parent31ae3dc355740f872e70e8dd5970ab12f3220784
[9.20] fix: usr: Fix shutdown INSIST in dns_dispatchmgr_getblackhole

Previously, `named` could trigger an assertion in `dns_dispatchmgr_getblackhole`
while shutting down. This has been fixed.

Closes #5525

Backport of MR !11131

Merge branch 'backport-5525-attach-to-dispatchmgr-to-fctx-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11162