summaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0fa138c..f76edc8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
Changelog for the c-ares project
+* October 7, 2009 (Yang Tse)
+- 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.
+
* 4 Sep 2009 (Daniel Stenberg)
- Jakub Hrozek added ares_parse_srv_reply() for SRV parsing