]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES [GL #4464]
authorArtem Boldariev <artem@boldariev.com>
Mon, 4 Dec 2023 12:42:30 +0000 (14:42 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 6 Dec 2023 14:02:22 +0000 (16:02 +0200)
Mention that BIND crashing due to a `tls` multithreaded entry
initialisation attempts has been fixed.

CHANGES

diff --git a/CHANGES b/CHANGES
index ffa2b28ed1788533108dbf50376ca785df89588e..145917df93372555c2260637f1df34a22da8641f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+6294.  [bug]           BIND might sometimes crash after startup or
+                       re-configuration when one 'tls' entry is used multiple
+                       times to connect to remote servers due to initialisation
+                       attempts from contexts of multiple threads. That has
+                       been fixed. [GL #4464]
+
 6293.  [func]          Initial support for accepting the PROXYv2 protocol in
                        all currently implemented DNS transports in BIND and
                        complementary support for sending it in dig are included