]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix zone deletion issue
authorOndřej Surý <ondrej@isc.org>
Wed, 28 May 2025 19:04:49 +0000 (19:04 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 28 May 2025 19:04:49 +0000 (19:04 +0000)
commit66fc4ee86e0ebaed0551a0f9775b7f366be91942
tree92cecd8bbd36450253810acbf5afe1494e099180
parentf09bb8b88c6a9266b9a0880497dfa74d96942bdb
parent80a43c9241d7a58e0d6c68107dfb5891a01c05ad
[9.20] fix: usr: Fix zone deletion issue

A secondary zone could initiate a new zone transfer from the
primary server after it had been already deleted from the
secondary server, and before the internal garbage collection
was activated to clean it up completely. This has been fixed.

Closes #5291

Backport of MR !10449

Merge branch 'backport-5291-zone-delete-bug-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10496