From ccaefce7ca85b91a1b72fec5cfcc22f3aa951cc5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 27 Jul 2023 08:51:11 +1000 Subject: [PATCH] Add CHANGES for [GL #4225] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 12953a3c5c..4e4d9e5a04 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6215. [protocol] Return REFUSED to GSS-API TKEY requests if GSS-API + support is not configured. [GL #4225] + 6214. [bug] Fix the memory leak in for struct stub_glue_request allocated in stub_request_nameserver_address() but not freed in stub_glue_response(). [GL #4227]