ipipdotnet / ipdb-java

IPIP.net officially supported IP database ipdb format parsing library
Apache License 2.0
146 stars 72 forks source link

Reader.find入参校验不严谨 #8

Closed GSephrioth closed 4 years ago

GSephrioth commented 5 years ago

IPAddressUtil.textToNumericFormatV4() 和 IPAddressUtil.textToNumericFormatV6 已被弃用,不能正确判断 IPv4 和 IPv6 的格式。 输入参数为 “1.2”,“1.4.2” 时返回数据异常。

ilsanbao commented 5 years ago

@GSephrioth IP是否合法请在传入find方法前自行检查,IPAddressUtil.textToNumericFormatV4() 和 IPAddressUtil.textToNumericFormatV6 主要功能是转 IP 到 byte[]