2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add a CHANGES note for [GL #4000]

This commit is contained in:
Aram Sargsyan
2023-04-06 13:22:46 +00:00
committed by Arаm Sаrgsyаn
parent 87db9ea84c
commit 786b0689c6

View File

@@ -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]