From 573eeea2eef1fadfe63f3a9e98fa0f63ea8c7374 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] (cherry picked from commit 1e3680193aa63d855591bc8b67f5b43e3128680b) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 40ca49c092..6231b49534 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] + 5984. [func] 'named -V' now reports the list of supported DNSSEC/DS/HMAC algorithms and the supported TKEY modes. [GL #3541]