From f85d899f55cc72f81b640ea88c60113d7fef2915 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Thu, 5 Aug 2021 16:01:04 +0300 Subject: [PATCH] Add a CHANGES entry for the crash fix [GL #2851] This commit adds a CHANGES entry for the fixed crash, caused by detaching from the session->handle too early when sending HTTP/2 session data. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 64894bb7c2..0a9afeef7e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5692. [bug] Fix a rare crash in the DoH code caused by + detaching from an HTTP/2 session handle too early when + sending data. [GL #2851] + 5691. [bug] 'rndc freeze' with in-view zones present would spuriously report failures. [GL #2844]