From: Aram Sargsyan Date: Thu, 9 Nov 2023 08:57:48 +0000 (+0000) Subject: Add a CHANGES note for [GL #4418] X-Git-Tag: v9.19.19~35^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b81ef5cd5a4aeb1096d70ffdb3762280fdc8906;p=thirdparty%2Fbind9.git Add a CHANGES note for [GL #4418] --- diff --git a/CHANGES b/CHANGES index a73bc79f40e..e3ee38e82d7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6284. [bug] Fix a catz db update notification callback registration + logic error, which could cause an assertion failure when + receiving an AXFR update for a catalog zone while the + previous update process of the catalog zone was already + running. [GL #4418] + 6283. [bug] Fix a data race in isc_hashmap by using atomics for the iterators number. [GL !8474]