From: Artem Boldariev Date: Tue, 13 Jul 2021 13:12:31 +0000 (+0300) Subject: Add CHANGES for [GL !5268] X-Git-Tag: v9.17.17~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e3c944d2eaf3ef94562e6c5a826295dd73b5293;p=thirdparty%2Fbind9.git Add CHANGES for [GL !5268] The commit updates the CHANGES file adding a note about a crash caused by improper handling of DoH GET requests. --- diff --git a/CHANGES b/CHANGES index 1fefabdb181..096db9f8f54 100644 --- 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]