]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL !6398]
authorOndřej Surý <ondrej@isc.org>
Fri, 26 Aug 2022 10:04:32 +0000 (12:04 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 5 Oct 2022 14:44:05 +0000 (16:44 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index dd4e7086d91c745c9d8f2c667e2f718c4a8dd846..f94a71947fa5a03e30563ce3afa9725a753d7ef9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5992.  [func]          Introduce the new isc_mem_*x() APIs that takes extra
+                       flags as the last argument.  Currently ISC_MEM_ZERO
+                       and ISC_MEM_ALIGN(n) flags have been implemented that
+                       clears the memory to avoid the isc_mem_get()/memset()
+                       pattern and make aligned allocation which replaces the
+                       previous isc_mem_*_aligned() calls. [GL !6398]
+
 5991.  [protocol]      Add support for parsing and validating "dohpath" to
                        SVCB. [GL #3544]