]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix a crash triggered by rndc modzone on zone that already existed...
authorMatthijs Mekking <matthijs@isc.org>
Wed, 25 Mar 2026 09:14:49 +0000 (09:14 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 25 Mar 2026 09:14:49 +0000 (09:14 +0000)
commit46dbcd7c9a5ebd5d8b619c4c640fc4754c8e4c4e
tree7cb252eec85de21646e5cd3d69ec4f8b970bfa28
parent13a656f79aa4359429048df5699546cc0b65aa81
parentf2115e9d58ee6584a091d697499875ff6a78a243
[9.20] fix: usr: Fix a crash triggered by rndc modzone on zone that already existed in NZF file

Calling `rndc modzone` didn't work properly for a zone hat was configured in
the configuration file. It could crash if BIND 9 was built without LMDB or if
there was already an NZF file for the zone. In addition, `rndc modzone` failed
in subsequent attempts. These problems are now fixed.

Closes #5826

Merge branch '5826-fix-modzone-issues-ytatuya' into 'bind-9.20'

See merge request isc-projects/bind9!11743