]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix a crash when reconfiguring while an NTA is being rechecked
authorOndřej Surý <ondrej@isc.org>
Tue, 5 May 2026 20:27:46 +0000 (22:27 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 May 2026 20:27:46 +0000 (22:27 +0200)
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

Merge branch '5938-ref-ntatable' into 'main'

See merge request isc-projects/bind9!11948


Trivial merge