From 2b81ef5cd5a4aeb1096d70ffdb3762280fdc8906 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 9 Nov 2023 08:57:48 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4418] --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index a73bc79f40..e3ee38e82d 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]