]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #2166
authorOndřej Surý <ondrej@sury.org>
Thu, 17 Sep 2020 12:47:16 +0000 (14:47 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 21 Sep 2020 08:58:37 +0000 (10:58 +0200)
(cherry picked from commit 2869ca1401a45d610354e81e6773d4666001a974)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b06beec6da745270a24a9387d119667bade9fe93..42a2d7bb2607d7f75c7307f6183436e171fe109f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5506.  [bug]           Properly handle failed sysconf() calls, so we don't
+                       report invalid memory size. [GL #2166]
+
 5505.  [bug]           Updating contents of a mixed-case RPZ could cause some
                        rules to be ignored. [GL #2169]
 
index dcfbe55a74ff543713f05d2e2f7ae4171e86622f..decddcf2beddf121041aac9bfbd9e4be21c29a0f 100644 (file)
@@ -42,3 +42,7 @@ Bug Fixes
 - Updating contents of an RPZ zone which contained names spelled using
   varying letter case could cause some processing rules in that RPZ zone
   to be erroneously ignored. [GL #2169]
+
+- `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]