]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Mon, 13 Jan 2020 13:32:19 +0000 (14:32 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 13 Jan 2020 14:06:38 +0000 (15:06 +0100)
5339. [bug] With some libmaxminddb versions, named could erroneously
match an IP address not belonging to any subnet defined
in a given GeoIP2 database to one of the existing
entries in that database. [GL #1552]

(cherry picked from commit a070defb18d6b2c694d035a9ddbdf4c26553728a)

CHANGES

diff --git a/CHANGES b/CHANGES
index cf8e3fe5d34281548ada648b165d1bba2bb6b1b6..e8f476bf0c2aa961cbe78f3d622783b1d9d439ea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5339.  [bug]           With some libmaxminddb versions, named could erroneously
+                       match an IP address not belonging to any subnet defined
+                       in a given GeoIP2 database to one of the existing
+                       entries in that database. [GL #1552]
+
 5337.  [func]          'named -V' now reports maxminddb and protobuf-c
                        versions. [GL !2686]