From 2b85e3603ea11fbfda08d4a7e61b5595b981933d Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 6 Apr 2023 13:22:46 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4000] (cherry picked from commit 786b0689c616e7d43e01ab19eb95bc913f20359a) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index cc153cb29d..9c3e14cdd4 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] + 6145. [bug] Fix a possible use-after-free bug in the dns__catz_done_cb() function. [GL #3997]