summaryrefslogtreecommitdiff
path: root/net/bridge/br_notify.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-04-25 22:09:42 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-04-25 22:09:42 (GMT)
commit6443bb1fc2050ca2b6585a3fa77f7833b55329ed (patch)
tree1a6634f8a857fb3ef050ef37fd467ac138efe5d8 /net/bridge/br_notify.c
parent401da6aea31ef69c2fcd260382adabdcf7ce820a (diff)
downloadlinux-fsl-qoriq-6443bb1fc2050ca2b6585a3fa77f7833b55329ed.tar.xz
ipv6: Fix inet6_csk_bind_conflict()
Commit fda48a0d7a84 (tcp: bind() fix when many ports are bound) introduced a bug on IPV6 part. We should not call ipv6_addr_any(inet6_rcv_saddr(sk2)) but ipv6_addr_any(inet6_rcv_saddr(sk)) because sk2 can be IPV4, while sk is IPV6. Reported-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Tested-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_notify.c')
0 files changed, 0 insertions, 0 deletions