1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 11:32:21 +00:00

ares_inet_net_pton: fix non-rejection of some malformed literals

ares_inet_net_pton would return wrong values when excessively large,
and invalid, netmasks are used. Fixes are from bind-9.5.3rc1,
issue also described in the WLB-2008080064 advisory.
This commit is contained in:
Yang Tse
2010-12-15 02:44:07 +01:00
parent 2c26d7d254
commit e03a65c3d9
3 changed files with 12 additions and 9 deletions

View File

@ -8,6 +8,7 @@ Fixed:
o detection of semicolon comments in resolv.conf
o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory
o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
Version 1.7.4 (December 9, 2010)