aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit052dac0d3fe02f4f3e838b0848e3e6f2901e6e42 (patch)
tree5a1a11bb8a41b2b6693729df14c99c857cdb406f /ares/CHANGES
parent2eeafcf9a6f1bd43bbe05e20b58cbb2a937f2b26 (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/CHANGES')
-rw-r--r--ares/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 0fa138cdf..f76edc858 100644
--- a/ares/CHANGES
+++ b/ares/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