]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3227]
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Mar 2022 13:59:32 +0000 (14:59 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 25 Mar 2022 09:38:35 +0000 (10:38 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 62938ef4fcf3c8c18145432daef448976cddcf6c..7f65c3250e406d708465cfcab716a0d2b4da6ea2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5835.  [cleanup]       Remove extrahandlesize from the netmgr, the callers
+                       now have to allocate the object before calling
+                       isc_nm_setdata() and deallocate the memory in the close
+                       callback passed to isc_nm_setdata(). [GL #3227]
+
 5834.  [cleanup]       C99 variable-length arrays are difficult to use safely,
                        so avoid them except in test code. [GL #3201]