cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: AIX 5100-06 build failures!

From: Tor Arntsen <tor_at_spacetec.no>
Date: Mon, 10 Oct 2005 10:47:17 +0200

On Oct 8, 22:46, Daniel Stenberg wrote:
>Hi Tor!
>
>I've looked through the 10 test failures that seem to always happen for your
>autobuilds on the AIX 5100-06 tests running IPv6 enabled.
>
>It looks like getaddrinfo() on this host fails if given port number 0 (which
>the current FTP code does).
>
>Can you verify this somehow? In the tests it fails to resolve simple names
>such as 127.0.0.1 port 0 and ::1 port 0...

You're correct, it fails with port 0 (>0 always works). I wonder if in
this case you could call with NULL as the second parameter.

-Tor
Received on 2005-10-10