From: Ondřej Surý Date: Mon, 24 Apr 2023 10:48:46 +0000 (+0200) Subject: Add CHANGES note for [GL #4031] X-Git-Tag: v9.19.13~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f0d0c49f906be37d935ee0117dc3cedbecc352c;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4031] --- diff --git a/CHANGES b/CHANGES index f72a05822ed..1024fb84535 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6158. [func] Add ISC_LIST_FOREACH() and ISC_LIST_FOREACH_SAFE() + to walk the ISC_LIST() in a unified manner and use + the safe macro to fix the potential UAF when shutting + down the isc_httpd. [GL #4031] + 6157. [bug] When removing delegations in an OPTOUT range empty-non-terminal NSEC3 records generated by those delegations where not removed. [GL #4027]