RDMA core userspace libraries and daemons
-
Updated
Jun 24, 2020 - C
Add a description, image, and links to the iwarp topic page so that developers can more easily learn about it.
To associate your repository with the iwarp topic, visit your repo's landing page and select "manage topics."
Describe the bug
Providing NULL to the send callback of
ucp_put_nbleads to a seg. fault.From looking at the code with @shamisp the problem appears to be that
ucp_request_set_callbackunconditionally setsUCP_REQUEST_FLAG_CALLBACK.