[Bug 401] New: misc. ipv4-mapped address support fix

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Sep 24 03:47:31 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=401

           Summary: misc. ipv4-mapped address support fix
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: yoshfuji at linux-ipv6.org


There are two problems related to ipv4 mapped address support.
In canohost.c,

 1) we forgot to set length of structure when converting a sockaddr_in6{}
    which contains ipv4-mapped address to a sockaddr_in{}.
 2) we failed to accept any connections on newer library with socpe-id
    (ex. glibc-2.2.x) on old kernel without scope-id (ex. linux-2.2.x).

patch will follow.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list