From: Artem Boldariev Date: Thu, 5 Aug 2021 13:01:04 +0000 (+0300) Subject: Add a CHANGES entry for the crash fix [GL #2851] X-Git-Tag: v9.17.18~40^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f85d899f55cc72f81b640ea88c60113d7fef2915;p=thirdparty%2Fbind9.git 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. --- diff --git a/CHANGES b/CHANGES index 64894bb7c29..0a9afeef7e5 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]