Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
In kiblnd_cm_callback, when we handle a RDMA_CM_EVENT_UNREACHABLE, we read cmid->context fields. But in some cases, the pointer can be NULL. We should handle this scenario, and check if we can have similar cases for other types of events.