diff options
author | Steve Wise <swise@opengridcomputing.com> | 2008-03-05 01:44:52 +0300 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-03-11 07:22:22 +0300 |
commit | d7c1fbd6606085dbf95e47068d6bd2db8a180e38 (patch) | |
tree | 0852af87269facc5f07f08bd20387f183976cca2 /drivers/usb/storage/sddr55.c | |
parent | d33ed425c6cc14370d8c418b504328d2c3db58b4 (diff) | |
download | linux-d7c1fbd6606085dbf95e47068d6bd2db8a180e38.tar.xz |
RDMA/iwcm: Don't access a cm_id after dropping reference
cm_work_handler() can access cm_id_priv after it drops its reference
by calling iwch_deref_id(), which might cause it to be freed. The fix
is to look at whether IWCM_F_CALLBACK_DESTROY is set _before_ dropping
the reference. Then if it was set, free the cm_id on this thread.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/usb/storage/sddr55.c')
0 files changed, 0 insertions, 0 deletions