]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES, release note
authorEvan Hunt <each@isc.org>
Thu, 26 Aug 2021 18:22:44 +0000 (11:22 -0700)
committerEvan Hunt <each@isc.org>
Sat, 28 Aug 2021 14:31:13 +0000 (07:31 -0700)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ad9297a034d13f9787246047f85e49d8af129bd4..45f5588b257f01683d98cf8d93200b8dc1455a80 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5705.  [bug]           Change #5686 altered the internal memory structure
+                       of zone databases, but neglected to update the
+                       MAPAPI value for map-format zone files. This caused
+                       named to attempt to load incompatible map files,
+                       triggering an assertion failure on startup. [GL #2872]
+
 5704.  [bug]           TCP keepalive settings were not being applied
                        correctly. [GL #1927]
 
index 6900b3b1da8b06d56dafce3765cfd855889356c8..9543909b7c6022e00d2dd7bbec134ad9c6c98d9a 100644 (file)
@@ -51,3 +51,10 @@ Bug Fixes
 
 - Migrate a single key to CSK when reconfiguring a zone to make use of
   'dnssec-policy' :gl:`#2857`
+
+- A recent change to the internal memory structure of zone databases
+  inadvertently neglected to update the MAPAPI value for ``map``-format
+  zone files. This caused ``named`` to attempt to load files into memory
+  that were no longer compatible, triggering an assertion failure on
+  startup. The MAPAPI value has now been updated, so ``named`` will
+  reject outdated files when encountering them. :gl:`#2872`