diff options
author | Yang Tse <yangsita@gmail.com> | 2009-10-07 18:47:04 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-10-07 18:47:04 +0000 |
commit | 052dac0d3fe02f4f3e838b0848e3e6f2901e6e42 (patch) | |
tree | 5a1a11bb8a41b2b6693729df14c99c857cdb406f /ares/RELEASE-NOTES | |
parent | 2eeafcf9a6f1bd43bbe05e20b58cbb2a937f2b26 (diff) |
Overhauled ares__get_hostent()
- Fixing out of bounds memory overwrite triggered with malformed /etc/hosts file.
- Improving parsing of /etc/hosts file.
- Validating requested address family.
- Ensuring that failures always return a NULL pointer.
- Adjusting header inclusions.
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 4eef9541f..215c4d2ee 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -19,6 +19,7 @@ Fixed: o only expose/export symbols starting with 'ares_' o fix \Device\TCP handle leaks triggered by buggy iphlpapi.dll o init without internet gone no longer fails + o out of bounds memory overwrite triggered with malformed /etc/hosts file Thanks go to these friendly people for their efforts and contributions: |