]> 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@isc.org>
Wed, 30 Sep 2020 12:26:44 +0000 (14:26 +0200)
(cherry picked from commit 6179a3881059aeef851a19b09d598cc791eeda83)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index a89d9b68c2dfa49c18fcd866804f7adaf1865524..34eae69c676267305303f679524d103337d11849 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]
+
 5509.  [bug]           filter-aaaa: named crashed upon shutdown if it was in
                        the process of recursing for A RRsets. [GL #1040]
 
index 9179fcb390d2ec69fc522f5792d5dd5c6bea7845..144ed226d32ba1a9f136abd67bf06d759d834f1c 100644 (file)
@@ -50,3 +50,6 @@ Bug Fixes
 - `named` would report invalid memory size when running in an environment
   that doesn't properly report number of available memory pages or pagesize.
   [GL #2166]
+
+- `named` would exit with assertion failure REQUIRE(msg->state == (-1)) in
+  message.c due to a possible data race. [GL #2124]