diff --git a/CHANGES b/CHANGES index f72a05822e..1024fb8453 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]