]> 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@sury.org>
Sat, 30 May 2020 05:53:33 +0000 (07:53 +0200)
(cherry picked from commit 4ae2a748735b094be074f718a33ded4cc1a1a528)

CHANGES
doc/arm/notes-9.16.4.xml

diff --git a/CHANGES b/CHANGES
index 86c32c0b02f53f1e95a0f8e869336a3c60d04053..336d08846964d95d490c475f65c1e55da46d539f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
                        looking up the nodename of an RBT node if the tree
                        was modified. [GL #1857]
 
+5420.  [bug]           Add missing isc_{mutex,conditional}_destroy calls
+                       that caused a memory leak on FreeBSD. [GL #1893]
+
 5418.  [bug]           delv failed to parse deprecated trusted-keys style
                        trust anchors. [GL #1860]
 
index 1103c51c4b8e6878fe58ff317ff681a1638e9b0e..546577c8dac1ce184e0167f97fbe6982a5bfb86e 100644 (file)
          <command>named</command> could crash with an assertion failure
          if the name of a database node was looked up while the database
          was being modified. [GL #1857]
+       </para>
+      </listitem>
+      <listitem>
+        <para>
+          Missing mutex and conditional destruction in netmgr code leads to a
+          memory leak on *BSD systems. [GL #1893].
         </para>
       </listitem>
     </itemizedlist>