]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3079]
authorOndřej Surý <ondrej@isc.org>
Thu, 6 Jan 2022 12:14:55 +0000 (13:14 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 6 Jan 2022 19:00:44 +0000 (20:00 +0100)
(cherry picked from commit 5563d06d6265193da5049516548e49c922145fb3)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 5af935ba707dca112183642eae7441bbe9a0823d..730a186cba9d7b9469721cbb282e003aa0e18225 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5790.  [bug]           Enforce enqueuing TCP resumeread to prevent the
+                       next read callback from being executed before the
+                       current read callback has finished, and the worker
+                       receive buffer has been marked as "freed". [GL #3079]
+
 5789.  [bug]           Allow replacing expired zone signatures with
                        signatures created by the KSK. [GL #3049]
 
index 29a338ed8a9678fe42b330ac74797d9e55068a1e..4e2064ab8b037bbcd2c94e957f24f798007a4e39 100644 (file)
@@ -55,3 +55,7 @@ Bug Fixes
   version of the zone, preventing resynchronization of zone contents
   after ``named`` restart in case the unsigned zone file gets modified
   while ``named`` is not running. This has been fixed. :gl:`#3071`
+
+- Under certain circumstances, reading from the raw TCP channels used
+  for rndc and statistics could cause assertion failure.  This has been
+  fixed. :gl:`#3079`