From 32b75d1b6995653a4f1131aaa7e4c23b9946047e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 11 Jan 2009 13:49:13 +0000 Subject: - 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. --- ares/RELEASE-NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ares/RELEASE-NOTES') 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! -- cgit v1.2.3