Re: Call for testing: OpenSSH 6.8

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 




On Thu, 26 Feb 2015, Darren Tucker wrote:

> I noticed this error log spam on the tinderbox when looking at one of the
> failures.  It happens with Unix domain socket forwarding is requested:
> 
> debug1: channel 1: new [forwarded-streamlocal@xxxxxxxxxxx]
> get_socket_address: getnameinfo 1 failed: ai_family not supported
> get_sock_port: getnameinfo NI_NUMERICSERV failed: ai_family not supported

That's strange, because we do:

        if (addr.ss_family == AF_UNIX) {
                /* Get the Unix domain socket path. */
                return xstrdup(((struct sockaddr_un *)&addr)->sun_path);
        }

so AF_UNIX should never get to getnameinfo...
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev




[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux