summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
diff options
context:
space:
mode:
authorVlad Yasevich <vladislav.yasevich@hp.com>2010-04-28 10:47:19 +0200
committerDavid S. Miller <davem@davemloft.net>2010-04-28 21:16:32 +0200
commit0c42749cffbb4a06be86c5e5db6c7ebad548781f (patch)
tree5b497b337457540b78c221fc173dbb634858a7a1 /net/sctp/socket.c
parentsctp: avoid irq lock inversion while call sk->sk_data_ready() (diff)
downloadlinux-0c42749cffbb4a06be86c5e5db6c7ebad548781f.tar.xz
linux-0c42749cffbb4a06be86c5e5db6c7ebad548781f.zip
sctp: fix potential reference of a freed pointer
When sctp attempts to update an assocition, it removes any addresses that were not in the updated INITs. However, the loop may attempt to refrence a transport with address after removing it. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions