]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES [GL #4473]
authorArtem Boldariev <artem@boldariev.com>
Wed, 20 Dec 2023 17:54:31 +0000 (19:54 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 16:36:17 +0000 (18:36 +0200)
Mention that an intermittent BIND process termination in DoH code has
been fixed.

(cherry picked from commit 773a8108f307b4f6cc7776050d85432295b13a4d)

CHANGES

diff --git a/CHANGES b/CHANGES
index bb4ea1c5d88ec777368cfbcd7d3d5ac43dc9570b..09abb7e88b23d8f163f5774d15e39421423d50eb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+6398.  [bug]           Fix potential data races in our DoH implementation
+                       related to HTTP/2 session object management and
+                       endpoints set object management after reconfiguration.
+                       We would like to thank Dzintars and Ivo from nic.lv
+                       for bringing this to our attention. [GL #4473]
+
 6397.  [bug]           Clear DNS_FETCHOPT_TRYSTALE_ONTIMEOUT when looking for
                        parent NS records needed to get the DS result.
                        [GL #4661]