]> 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@sury.org>
Wed, 8 Dec 2021 16:58:53 +0000 (17:58 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 3451a38c8510cc6107a00d2ab512626bf2648f48..8d26051d1f91beceead065c6ef32457b5288d608 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]
+
 5775.  [bug]           Added a timer in the resolver to kill fetches that
                        have deadlocked as a result of dependency loops
                        with the ADB or the validator. This condition is
index 3e6b31f3d6de83dbce8d9ea70003a21d33cc81d0..9480b5fae8e7ec18dff9e83ead1ad37df74f6f8c 100644 (file)
@@ -79,3 +79,6 @@ Bug Fixes
 
 - The resolver could hang on shutdown due to dispatch resources not being
   cleaned up when a TCP connection was reset. This has been fixed. :gl:`#3026`
+
+- 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`