[Bug 401] ipv4 mapped address (ipv4 in ipv6) and ipv6 support fix
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Sep 25 15:21:22 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=401
------- Additional Comments From djm at mindrot.org 2002-09-25 15:21 -------
OK - I understand now. We generally try to "#ifdef (platform)" in portable
OpenSSH. Would you patch work if it were changed to do something like:
if (addr.ss_family == AF_INET6)
fromlen = MIN(fromlen, sizeof(struct sockaddr_in6));
------- 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