]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #2124
authorOndřej Surý <ondrej@sury.org>
Fri, 25 Sep 2020 10:51:39 +0000 (12:51 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 30 Sep 2020 12:04:04 +0000 (14:04 +0200)
CHANGES
doc/arm/notes-9.11.24.xml

diff --git a/CHANGES b/CHANGES
index a1567ae72668c70c41cf902e5c156c0745c7cf6d..9d9e1dd7622e9c61fcf507923fb2bc1c5e36a0cc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5510.  [bug]           Implement the attach/detach semantics for dns_message_t
+                       to fix a data race in accessing already destroyed
+                       fctx->rmessage. [GL #2124]
+
 5506.  [bug]           Properly handle failed sysconf() calls, so we don't
                        report invalid memory size. [GL #2166]
 
index c18f665930d1a1ca91eed0614f2ff214ab06f889..c8d0332ef47cf73da020cf080e5c1d8e2a5d770d 100644 (file)
         <para>
          <command>named</command> would report invalid memory size when running
          in an environment that doesn't properly report number of available
-         memory pages or pagesize.  [GL #2166] None.
+         memory pages or pagesize.  [GL #2166]
         </para>
       </listitem>
+      <listtitem>
+       <para>
+         <command>named</command> would exit with assertion failure
+         <command>REQUIRE(msg->state == (-1))</command> in message.c due to a
+         possible data race. [GL #2124]
+       </para>
+      </listtitem>
     </itemizedlist>
   </section>