]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #1475]
authorMark Andrews <marka@isc.org>
Thu, 2 Jul 2020 05:08:05 +0000 (15:08 +1000)
committerMark Andrews <marka@isc.org>
Wed, 8 Jul 2020 02:02:25 +0000 (12:02 +1000)
(cherry picked from commit adf7cb4ba7403d9eb04c28002d3ccc04721832b6)

CHANGES

diff --git a/CHANGES b/CHANGES
index a00e42d39ad68f837edfa4bf025ce8e1f2c7e83f..a2717369f6e7045ebd357256de5f014e2c1fce7a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5461.  [bug]           The header STALE attribute was not being updated with
+                       the write lock being held leading to incorrect
+                       statistics.  Convert the header attributes to use atomic
+                       operations. [GL #1475]
+
 5458.  [bug]           Prevent a theoretically possible NULL dereference caused
                        by a data race between zone_maintenance() and
                        dns_zone_setview_helper(). [GL #1627]