diff options
author | Yang Tse <yangsita@gmail.com> | 2010-12-15 02:44:07 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-12-15 02:44:07 +0100 |
commit | e03a65c3d9b2eb47f6ce6234823913638cb6c816 (patch) | |
tree | 2bb5d0c138f009bc6cab5b8cf5f733dd6ba50580 /RELEASE-NOTES | |
parent | 2c26d7d2548951f342ebdd8830f72d953fb463ae (diff) | |
download | c-ares-e03a65c3d9b2eb47f6ce6234823913638cb6c816.tar.gz c-ares-e03a65c3d9b2eb47f6ce6234823913638cb6c816.tar.bz2 c-ares-e03a65c3d9b2eb47f6ce6234823913638cb6c816.zip |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d0e5494..3d6ba3a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 Thanks go to these friendly people for their efforts and contributions: |