Changes in tonights snapshot
Damien Miller
djm at mindrot.org
Wed May 14 18:44:34 EST 2003
Darren Tucker wrote:
> Damien Miller wrote:
>> Please report problems with any of the above to bugzilla or this list.
>
> It looks like the SOCK_STREAM -> ai_socktype change broke AIX (at least
> 4.2.1, 4.3.3 & 5.1, possibly others), which was caught by the
> tinderbox[1]. I don't know why yet, I'll do some digging. I did notice
> that AIX defines BROKEN_GETADDRINFO.
> - listen_sock = socket(ai->ai_family, SOCK_STREAM, 0);
> + listen_sock = socket(ai->ai_family, ai->ai_socktype,
> + ai->ai_protocol);
Can you whack a debug() in there to show what ai->ai_socktype and
ai->ai_protocol are being set to?
-d
More information about the openssh-unix-dev
mailing list