]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES entry for the crash fix [GL #2851]
authorArtem Boldariev <artem@boldariev.com>
Thu, 5 Aug 2021 13:01:04 +0000 (16:01 +0300)
committerArtem Boldariev <artem@boldariev.com>
Thu, 12 Aug 2021 11:31:44 +0000 (14:31 +0300)
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

diff --git a/CHANGES b/CHANGES
index 64894bb7c2989500a1b6e5b88e7ea956ee626424..0a9afeef7e5d8cf18e7071d3534a338b8f35ebf7 100644 (file)
--- 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]