]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix a crash when reconfiguring while an NTA is being rechecked
authorOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 07:33:18 +0000 (09:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 07:33:18 +0000 (09:33 +0200)
commit971ca4df1af39ac02a50fc4e17c1eae1f915e5c5
treea5351473cf7d83ee3d350bfcb109a8d7de5538e2
parentddcacbc5a84f43daa1cc80a2565b7336a1290744
parent3db5d47ed4fd73ca515b224ef42d2a810ceab5ad
[9.20] fix: usr: Fix a crash when reconfiguring while an NTA is being rechecked

When named was reconfigured or shut down while a negative trust anchor
was being rechecked against authoritative servers, the in-flight recheck
could outlive the view that owned it and cause `named` to crash.  This
has been fixed.

Closes #5938

Backport of MR !11948

Merge branch 'backport-5938-ref-ntatable-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11966