]> 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 15:08:04 +0000 (17:08 +0200)
Mention that BIND crashing due to a `tls` multithreaded entry
initialisation attempts has been fixed.

(cherry picked from commit f7de76616803a87c9426af9790bf05fe92f6f850)

CHANGES

diff --git a/CHANGES b/CHANGES
index 062b5ebe43d3d896bdf4120d3718b280e834e489..543eeafa2301634d4b6d9cde114f71e77aa125aa 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]
+
 6290.  [bug]           Dig +yaml will now report "no servers could be reached"
                        also for UDP setup failure when no other servers or
                        tries are left. [GL #1229]