]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix a possible catalog zone issue during reconfiguration
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 17 Dec 2025 14:55:43 +0000 (14:55 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 17 Dec 2025 14:55:43 +0000 (14:55 +0000)
commit9e806bd81f30757754e97e4437320db03d0c87cf
treed6de6d0f3a325f64f0a55810841d812a8a5f6f2d
parente18af82f3c8b5b5cadfdc80e0baaee79ba78b624
parentaed9cafd5c1c822c4e596eeb73de8ef6cf322ef7
fix: usr: Fix a possible catalog zone issue during reconfiguration

The :iscman:`named` process could terminate unexpectedly during
reconfiguration when a catalog zone update was taking place at
the same time. This has been fixed.

Merge branch 'aram/catz-reconfig-crash-fix' into 'main'

See merge request isc-projects/bind9!11366