]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix RPZ race condition during a reconfiguration
authorArаm Sаrgsyаn <aram@isc.org>
Fri, 21 Feb 2025 11:45:00 +0000 (11:45 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 21 Feb 2025 11:45:00 +0000 (11:45 +0000)
commit5ba811bea29c66e447ab576fc7e557ccf9105e8a
tree9ddc319077e46761dd578665d35440eb3362b2f2
parent7471ef5e1a6afda1c048a46aefe8fd6f7600890d
parent3ea2fbc238e0d933b9f87dfd8fdab9233d978e33
fix: usr: Fix RPZ race condition during a reconfiguration

With RPZ in use, `named` could terminate unexpectedly because of a race condition when a reconfiguration command was received using `rndc`. This has been fixed.

Closes #5146

Merge branch '5146-rpz-reconfig-bug-fix' into 'main'

See merge request isc-projects/bind9!10079