summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-07 18:47:04 +0000
committerYang Tse <yangsita@gmail.com>2009-10-07 18:47:04 +0000
commitc2d3e82931e6406f725a3da83fa11f3bc1b3aac7 (patch)
treeae3f14918485c198089725f1670e9398f3c1c49e /RELEASE-NOTES
parentb7bb0a5722ac599c9df304996cb19cda0f25d6d8 (diff)
downloadc-ares-c2d3e82931e6406f725a3da83fa11f3bc1b3aac7.tar.gz
c-ares-c2d3e82931e6406f725a3da83fa11f3bc1b3aac7.tar.bz2
c-ares-c2d3e82931e6406f725a3da83fa11f3bc1b3aac7.zip
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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4eef954..215c4d2 100644
--- a/RELEASE-NOTES
+++ b/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: