From: Aram Sargsyan Date: Thu, 6 Apr 2023 13:22:46 +0000 (+0000) Subject: Add a CHANGES note for [GL #4000] X-Git-Tag: v9.19.13~33^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=786b0689c616e7d43e01ab19eb95bc913f20359a;p=thirdparty%2Fbind9.git Add a CHANGES note for [GL #4000] --- diff --git a/CHANGES b/CHANGES index d33339ec2d2..f58c4e6c9fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6149. [test] As a workaround, include an OpenSSL header file before + including cmocka.h in the unit tests, because OpenSSL + 3.1.0 uses __attribute__(malloc), conflicting with a + redefined malloc in cmocka.h. [GL #4000] + 6148. [bug] Fix a use-after-free bug in dns_xfrin_create(). [GL !7832]