diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-26 17:04:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-26 17:04:35 +0000 |
commit | 67fb731ec495b9bcc2e16ba48a39f13362a3a6db (patch) | |
tree | e690a471edb379fd01895d483fb458f3cd1de64c /ares/CHANGES | |
parent | a30a6f2f200d7fe9f69b182503e734f4618b4339 (diff) | |
download | curl-67fb731ec495b9bcc2e16ba48a39f13362a3a6db.tar.gz |
Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause a
buffer to shrink instead of expand if a reply contained 8 or more records.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 4c6b7b228..fcc41f04a 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -3,6 +3,9 @@ * Nov 26 2008 (Yang Tse) - Brad Spencer provided changes to allow buildconf to work on OS X. +- Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause a + buffer to shrink instead of expand if a reply contained 8 or more records. + * Nov 25 2008 (Yang Tse) - In preparation for the upcomming IPv6 nameservers patch, the internal ares_addr union is now changed into an internal struct which also holds |