cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: test 559 crash (was Re: SSL and basic authentication.)

From: Josef Wolf <jw_at_raven.inka.de>
Date: Thu, 30 Oct 2008 17:53:49 +0100

On Thu, Oct 30, 2008 at 05:19:31PM +0100, Yang Tse wrote:
> 2008/10/30, Yang Tse wrote:
>
> Ok! the required change has already been committed to CVS. As usual,
> I'll keep an eye on autobuilds in case something needs further
> adjustments.
>
> Test case #559 should no longer fail on any system.
>
> We'll see what happens with the icc 9.1 autobuilds and tests 558 and 559.

Hello,

  Index: lib/ftp.c
  ===================================================================
  --- lib/ftp.c (Revision 6)
  +++ lib/ftp.c (Arbeitskopie)
  @@ -875,7 +875,7 @@
      * IPv6-specific section
      */
     struct Curl_sockaddr_storage ss;
  - struct addrinfo *res, *ai;
  + Curl_ addrinfo *res, *ai;
     socklen_t sslen;
     char hbuf[NI_MAXHOST];
     struct sockaddr *sa=(struct sockaddr *)&ss;

The space after the underscore looks suspicious. Is this a typo?
Received on 2008-10-30