From 55946cebb61aec1760d7a8e501d25ce0fbe86351 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 5 Sep 2022 11:32:59 +0200 Subject: [PATCH] Add CHANGES entry for 3517 (cherry picked from commit e3949029657e18e3bef5ec6d1a381d4c37b016b0) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 5456bcf7d2..0020275c33 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +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. + (CVE-2022-3080) [GL #3517] + 5959. [security] Fix memory leaks in the DH code when using OpenSSL 3.0.0 and later versions. The openssldh_compare(), openssldh_paramcompare(), and openssldh_todns()