]> git.ipfire.org Git - thirdparty/bind9.git/commit
Lock zone when checking for inline raw/secure
authorMatthijs Mekking <matthijs@isc.org>
Thu, 19 Mar 2026 14:59:59 +0000 (15:59 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 2 Apr 2026 13:50:09 +0000 (15:50 +0200)
commit6c69fd16d0e8de99604c22641f3bc207c692dadd
tree1670c229a36265c341f433b79aef5473cf1b7542
parent94788446db957bd2f0f8edeaafd85794ab9506e0
Lock zone when checking for inline raw/secure

The caller is supposed to hold the zone lock for 'inline_raw()' and
'inline_secure()', but when adding 'REQUIRE(LOCKED_ZONE(zone));' to
these functions it turned out to be not always the case.
lib/dns/zone.c