]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix zone deletion issue
authorOndřej Surý <ondrej@isc.org>
Wed, 28 May 2025 17:48:57 +0000 (17:48 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 28 May 2025 17:48:57 +0000 (17:48 +0000)
commitbc4a19acff733b0867ce864b47abd96efbbd3d7c
tree872ac57bba84c1b97dd08c0e54a97dffcba3f40e
parent610825ebc14bbe6931d3607bed202606d2032dd6
parent874ca5ca2f1f381e434304e262ea08e77e3bdf65
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

Merge branch '5291-zone-delete-bug' into 'main'

See merge request isc-projects/bind9!10449