]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #4031]
authorOndřej Surý <ondrej@isc.org>
Mon, 24 Apr 2023 10:48:46 +0000 (12:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 25 Apr 2023 06:17:10 +0000 (08:17 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index f72a05822ed99107729d64403eec021a2fa24b0c..1024fb8453527ca30aef0e2890343fd520c47637 100644 (file)
--- 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]