]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release notes
authorWitold Kręcicki <wpk@isc.org>
Thu, 28 May 2020 10:38:29 +0000 (12:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 29 May 2020 19:18:58 +0000 (19:18 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index eef4ebcfd891e427f3c5f5287b1e2212772d516e..8cfb61e34b9f832a5776e201cd57efc1c6c73f00 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5420.  [bug]           Add missing isc_{mutex,conditional}_destroy calls
+                       that caused a memory leak on FreeBSD. [GL #1893]
+
 5419.  [func]          "dig +qid=<num>" sets the query ID to an arbitrary
                        value. "configure --enable-singletrace" allows
                        trace logging of a single query when QID is set to 0.
index 46d61fd32d34e92fbbb16fc95efedcd462409a10..8289252f154df513987f95661d0733971dc90df4 100644 (file)
@@ -121,3 +121,6 @@ Bug Fixes
 -  When built without LMDB support, ``named`` failed to restart after a
    zone with a double quote (") in its name was added with ``rndc
    addzone``. Thanks to Alberto Fernández. [GL #1695]
+
+-  Missing mutex and conditional destruction in netmgr code leads to a
+   memory leak on *BSD systems. [GL #1893]