From 79655301ab3e8885c8bf8dbe14ec7297c9a3ff70 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 12 Aug 2022 10:31:59 +1000 Subject: [PATCH] Add CHANGES note for [GL #3487] (cherry picked from commit b3277f2e10ad9309818d461ed851d0ee77e49712) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 0020275c33..459639686b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5962. [security] Fix memory leak in EdDSA verify processing. + (CVE-2022-38178) [GL #3487] + 5960. [security] Fix serve-stale crash that could happen when stale-answer-client-timeout was set to 0 and there was a stale CNAME in the cache for an incoming query.