]> git.ipfire.org Git - thirdparty/bind9.git/commit
Lock zone when incrementing statistics
authorMatthijs Mekking <matthijs@isc.org>
Fri, 20 Mar 2026 10:13:27 +0000 (11:13 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 8 Apr 2026 12:24:17 +0000 (14:24 +0200)
commit1a0b419991045f2f60b3e7e1e71cefe8654fa673
tree7194cc84f3bff01201ce006223a328ac7f17745f
parentd3eba4e78f60666880842cd89a29a42cd2d185e7
Lock zone when incrementing statistics

dns__zone_stats_increment() requires the zone to be locked. This was
not always the case. This commit fixes that.
lib/dns/zone.c