]> 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:32:19 +0000 (14:32 +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]

CHANGES

diff --git a/CHANGES b/CHANGES
index 1434df9a5b06d1a3dbd9eb2d75538df8c7693bc3..23e465e6afd776f3742ff882a4400337681126dd 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]
+
 5338.  [bug]           Fix line spacing in `rndc secroots`.
                        Thanks to Tony Finch. [GL !2478]