]> 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:55:00 +0000 (10:55 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 249726cd8fb2a93d23f36c72516fbc2d0ab22bd6..e53ff23d070af2d3d327ae043548f10dbdea9ef1 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 4fccc026114855e2c8bd8df770ef0e522438ea24..8969bd52522b578553cc8799ce4eea5e00e840b3 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]