]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] sec: usr: Fix crash when reconfiguring zone update policy during active updates
authorOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2026 16:06:46 +0000 (17:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2026 16:06:46 +0000 (17:06 +0100)
commitee7832ae5835fdd884a40500083ae5b3d01cbb2c
treecfdb395c2e5ed7d1834955e7dfc71d9ed6fa3000
parentb040b566fe4b4500ef46faa8b13be5ccbd2eee0c
parentfeb5dc7f984da1ddd0185a7dd3c21bdeb791f516
[9.20] sec: usr: Fix crash when reconfiguring zone update policy during active updates

Fixed a crash that could occur when running rndc reconfig to change a zone's update policy (e.g., from allow-update to update-policy) while DNS UPDATE requests were being processed for that zone.

ISC would like to thank Vitaly Simonovich for bringing this issue to our attention.

Fixes #5817

Backport of MR !11707

Merge branch 'backport-5817-fix-crash-via-SSU-table-desynchronization-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11738