aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit32b75d1b6995653a4f1131aaa7e4c23b9946047e (patch)
treefb92246b61bbaf1158d0da993bfc9642883c6c09 /ares/RELEASE-NOTES
parentf7e3bd28b4347cd111f2a77be4543c44664ac8f5 (diff)
- 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 'ares/RELEASE-NOTES')
-rw-r--r--ares/RELEASE-NOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES
index a96543777..3d3db9c57 100644
--- a/ares/RELEASE-NOTES
+++ b/ares/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!