From: Daniel Stenberg Date: Sun, 21 Sep 2003 23:14:22 +0000 (+0000) Subject: another segfault with multi+ares+non-existing hostname X-Git-Tag: curl-7_10_8~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ef76fecef3b9b504dd912797ec3abad5c41f85b;p=thirdparty%2Fcurl.git another segfault with multi+ares+non-existing hostname --- diff --git a/CHANGES b/CHANGES index a6ded52e82..62dd884258 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ Changelog +Daniel (22 September) +- Giuseppe Attardi found a segfault in libcurl when using the multi interface + with ares and doing repeated operations against a non-resolving host name. + Daniel (19 September) - Added the CURLOPT_IPRESOLVE option, that allows an application to select what kind of IP addresses he wants to use when resolving host names. This