]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL !5268]
authorArtem Boldariev <artem@boldariev.com>
Tue, 13 Jul 2021 13:12:31 +0000 (16:12 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 13 Jul 2021 13:54:25 +0000 (16:54 +0300)
The commit updates the CHANGES file adding a note about a crash caused
by improper handling of DoH GET requests.

CHANGES

diff --git a/CHANGES b/CHANGES
index 1fefabdb181350a9c736bc31ae1875d6267af890..096db9f8f54bf3e385293197a337119cfb69790e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
+5680.  [bug]           Fix a crash in DoH code caused by GET requests without
+                       query strings. [GL !5268]
+
 5679.  [bug]           Disable setting the thread affinity. [GL #2822]
 
+
 5678.  [bug]           The "check DS" code failed to release all resources upon
                        named shutdown when a refresh was in progress. This has
                        been fixed. [GL #2811]