]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for [GL #2460]
authorMark Andrews <marka@isc.org>
Mon, 1 Feb 2021 01:01:14 +0000 (12:01 +1100)
committerMark Andrews <marka@isc.org>
Tue, 9 Feb 2021 12:30:14 +0000 (12:30 +0000)
doc/notes/notes-current.rst

index 1b00e7925e4a3500572697ed09cf045ec0f99d33..87b4b81936c908b25c563ef47245e7ef97a2e994 100644 (file)
@@ -116,3 +116,8 @@ Bug Fixes
   predecessor keys. BIND 9 now implements a recursive successor relation, as
   described in the paper "Flexible and Robust Key Rollover" (Equation (2)).
   [GL #2375]
+
+- If an invalid key name (e.g. "a..b") was specified in a primaries
+  list in named.conf, the wrong size was passed to ``isc_mem_put()``,
+  which resulted in the returned memory being put on the wrong freed
+  list. This has been fixed. [GL #2460]