Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit a6de004

Browse files
committed
OSHMEM/ikrit: fix valgrind error
1 parent 17714ad commit a6de004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/mca/spml/ikrit/spml_ikrit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ int mca_spml_ikrit_add_procs(oshmem_proc_t** procs, size_t nprocs)
405405
{
406406
spml_ikrit_mxm_ep_conn_info_t *ep_info = NULL;
407407
spml_ikrit_mxm_ep_conn_info_t *ep_hw_rdma_info = NULL;
408-
spml_ikrit_mxm_ep_conn_info_t my_ep_info;
408+
spml_ikrit_mxm_ep_conn_info_t my_ep_info = {0,};
409409
#if MXM_API < MXM_VERSION(2,0)
410410
mxm_conn_req_t *conn_reqs;
411411
int timeout;

0 commit comments

Comments
 (0)