]> 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 13:37:16 +0000 (14:37 +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 aa96ec25c8db58c6d00be4df1adea55165735206)

CHANGES

diff --git a/CHANGES b/CHANGES
index 346037b2389faf3fb07fabbc69ce0ef07c0a7b3d..529cfa6da3e9b4c3970d13dcb294b1de1ee29d66 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]