summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-26 17:04:35 +0000
committerYang Tse <yangsita@gmail.com>2008-11-26 17:04:35 +0000
commit7e39e944ea483f8551b05f21e1235dead9fa3cd8 (patch)
tree98ce100053a3d6cab7f3f54ca910e8b1dfaba67f /CHANGES
parent8781fb19f9f0423571bfa0c7ef35e12f58503e7e (diff)
downloadc-ares-7e39e944ea483f8551b05f21e1235dead9fa3cd8.tar.gz
c-ares-7e39e944ea483f8551b05f21e1235dead9fa3cd8.tar.bz2
c-ares-7e39e944ea483f8551b05f21e1235dead9fa3cd8.zip
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 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4c6b7b2..fcc41f0 100644
--- a/CHANGES
+++ b/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