bugzilla-daemon at mindrot.org
2002-Sep-23 17:47 UTC
[Bug 401] New: misc. ipv4-mapped address support fix
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.