From f7c2c070514ea5f0327f363f8bd8ba3eef879f6c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 29 Sep 2022 12:21:10 +1000 Subject: [PATCH] Add CHANGES note for [GL #3569] (cherry picked from commit 1849a8a5263fc1975366f34d9488abb06442d096) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index c2fe2a1cc0..f385bdf323 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ 5991. [protocol] Add support for parsing and validating "dohpath" to SVCB. [GL #3544] +5990. [test] fuzz/dns_message_checksig now creates the key directory + it uses when testing in /tmp at run time. [GL #3569] + 5988. [bug] Some out of memory conditions in opensslrsa_link.c could lead to memory leaks. [GL #3551]