Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/socket: segfaults in sock_ep_connect() when it tries to derefere…
…nce dest_addr ofiwg#2676 The validation of destination address on NULL pointer has been added in sock_ep_connect. The destination address is NULL in case of if no destination address is passed as a fi_info and no connect is established. but fi_send is called. Change-Id: I0e526b286360756ed4dd5732b36f29ca08ed18d4 Signed-off-by: Dmitry Gladkov <dmitry.gladkov@intel.com>
- Loading branch information