From 6f0d0c49f906be37d935ee0117dc3cedbecc352c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 24 Apr 2023 12:48:46 +0200 Subject: [PATCH] Add CHANGES note for [GL #4031] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) 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]