summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-11 13:49:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-11 13:49:13 +0000
commit8362245c42883bf5775d87d2d996b89b6f2f2fed (patch)
treef1c521d433f43de18eb8614b0e7180ae9c68cf95 /RELEASE-NOTES
parentbcb85d35df7e1f9144f6256d6ec5f61a93dcc86d (diff)
downloadc-ares-8362245c42883bf5775d87d2d996b89b6f2f2fed.tar.gz
c-ares-8362245c42883bf5775d87d2d996b89b6f2f2fed.tar.bz2
c-ares-8362245c42883bf5775d87d2d996b89b6f2f2fed.zip
- Phil Blundell added the internal function ares__expand_name_for_response()
that is now used by the ares_parse_*_reply() functions instead of the ares_expand_name() simply to easier return ARES_EBADRESP for the cases where the name expansion fails as in responses that really isn't expected.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a965437..3d3db9c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -6,10 +6,11 @@ Changed:
Fixed:
- o
+ o ares_parse_*_reply() functions now return ARES_EBADRESP instead of
+ ARES_EBADNAME if the name in the response failed to decode
Thanks go to these friendly people for their efforts and contributions:
-
+ Phil Blundell
Have fun!