From 1e3680193aa63d855591bc8b67f5b43e3128680b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 26 Sep 2022 12:12:30 +1000 Subject: [PATCH] Add CHANGES note for [GL #3551] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 10bf4b476f..9bf6f54a32 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5988. [bug] Some out of memory conditions in opensslrsa_link.c + could lead to memory leaks. [GL #3551] + 5987. [func] Provide custom isc_mem based allocators for libuv, OpenSSL and libxml2 libraries that support replacing the internal allocators. [GL #3559]