]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release not for [GL #3051]
authorOndřej Surý <ondrej@isc.org>
Wed, 8 Dec 2021 10:24:47 +0000 (11:24 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 8 Dec 2021 17:20:16 +0000 (18:20 +0100)
(cherry picked from commit dff5888d9b00e932a1aa66eaca1ace76b9671cc3)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ab7556cf768da4a4ce189f92ee116a5eff0105e8..fed2b708120484f748e022295854eafdc3ff26a7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5776.  [bug]           Add a missing isc_condition_destroy() for nmsocket
+                       condition variable and add missing isc_mutex_destroy()
+                       for nmworker lock. [GL #3051]
+
 5773.  [func]          Change the message when accepting TCP connection has
                        failed to say "Accepting TCP connection failed" and
                        change the log level for ISC_R_NOTCONNECTED, ISC_R_QUOTA
index 3dfbef3153233f0a77900d87b25a259ccedef7ff..5379c877747c3fdc311302a589034e96252250d1 100644 (file)
@@ -52,3 +52,6 @@ Bug Fixes
   ``rndc reconfig``, then bringing back the removed ``catalog-zone`` clause and
   running ``rndc reconfig`` again caused ``named`` to crash. This has been fixed.
   :gl:`#1608`
+
+- On FreeBSD, a TCP connection would leak a small amount of heap memory leading
+  to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`