From: Sean Hefty Date: Fri, 5 Feb 2010 00:28:28 +0000 (-0800) Subject: dapl: avoid accessing cm_ptr after queuing to cr_thread X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2ae53c15bacf9d75bd1977eff0ab993c0b1bdc8d;p=~shefty%2Frdma-win.git dapl: avoid accessing cm_ptr after queuing to cr_thread It's possible that once a cm_ptr has been added to the hca list, that the cr_thread can remove it from the list and process it or delete it. To avoid any potential issue, do not reference the cm_ptr after placing it on the hca list. Signed-off-by: Sean Hefty ---