commit | 87fd1a11ae91ab42fac978467667c61fee9f01da | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Thu Mar 02 16:50:37 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Mar 20 10:08:23 2006 -0800 |
tree | 856c3ca67426211ac229b87bea31d8b1a3154840 | |
parent | 6226bb570184eb6c645e047d2aecbce8c0442e3e [diff] |
IB/cm: Check cm_id state before handling a REP Move checking the state of a cm_id before modifying it when handling a REP. This fixes a bug seen under MPI scale-up testing, where a NULL timewait_info pointer is dereferenced if a request times out before a REP is received. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>