From: Ondřej Surý Date: Wed, 23 Mar 2022 13:59:32 +0000 (+0100) Subject: Add CHANGES note for [GL #3227] X-Git-Tag: v9.19.0~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79396483780d2b7d3c0abec682115349b68f0218;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3227] --- diff --git a/CHANGES b/CHANGES index 62938ef4fcf..7f65c3250e4 100644 --- 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]