From: Al Viro Date: Tue, 21 Nov 2006 01:02:22 +0000 (-0800) Subject: [SCTP] bug: sctp_assoc_lookup_laddr() is broken with ipv6. X-Git-Tag: v2.6.20-rc2~6^2~13^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39940a48c42441da5e7428483ac515e822d52b1d;p=pandora-kernel.git [SCTP] bug: sctp_assoc_lookup_laddr() is broken with ipv6. It expects (and gets) laddr with net-endian sin_port. And then it calls sctp_bind_addr_match(), which *does* care about port numbers in case of ipv6 and expects them to be host-endian. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed