Skip to content
Commit 661dbf34 authored by Matija Glavinic Pecotic's avatar Matija Glavinic Pecotic Committed by David S. Miller
Browse files

net: sctp: fix initialization of local source address on accepted ipv6 sockets

commit 	efe4208f

:
'ipv6: make lookups simpler and faster' broke initialization of local source
address on accepted ipv6 sockets. Before the mentioned commit receive address
was copied along with the contents of ipv6_pinfo in sctp_v6_create_accept_sk.
Now when it is moved, it has to be copied separately.

This also fixes lksctp's ipv6 regression in a sense that test_getname_v6, TC5 -
'getsockname on a connected server socket' now passes.

Signed-off-by: default avatarMatija Glavinic Pecotic <matija.glavinic-pecotic.ext@nsn.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3d55f44f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment