]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES note for [GL #4000]
authorAram Sargsyan <aram@isc.org>
Thu, 6 Apr 2023 13:22:46 +0000 (13:22 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 14 Apr 2023 12:11:52 +0000 (12:11 +0000)
CHANGES

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