From 9e8ebbbd2353e2cabd71cc0e1ace09d20e9e9990 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 15 Sep 2022 16:10:29 +1000 Subject: [PATCH] Add CHANGES note for [GL #3544] (cherry picked from commit 335b397e15185930e3b3224eee440e4cccc2f372) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 6231b49534..c2fe2a1cc0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5991. [protocol] Add support for parsing and validating "dohpath" to + SVCB. [GL #3544] + 5988. [bug] Some out of memory conditions in opensslrsa_link.c could lead to memory leaks. [GL #3551]