diff options
author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2010-04-28 04:47:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-12 18:02:57 -0400 |
commit | c9d7c3032e4d5850c4e019c186336466aa429626 (patch) | |
tree | 8bf6717ed9c1e617a6ec64018542c80541155cb5 /net/sctp/socket.c | |
parent | fbcf931163be5f6c34cad7f00dc59ed83146e158 (diff) |
sctp: fix potential reference of a freed pointer
[ Upstream commit 0c42749cffbb4a06be86c5e5db6c7ebad548781f ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/sctp/socket.c')
0 files changed, 0 insertions, 0 deletions