Skip to content

Commit 9b17ace

Browse files
yosefeigor-ivanov
authored andcommitted
yalla: fix valgrind error due to uninitialized status field.
1 parent d4530d8 commit 9b17ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/pml/yalla/pml_yalla_request.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ void mca_pml_yalla_init_reqs(void);
184184
(_mpi_status)->MPI_ERROR = OMPI_SUCCESS; \
185185
break; \
186186
case MXM_ERR_CANCELED: \
187+
(_mpi_status)->MPI_ERROR = OMPI_SUCCESS; \
187188
(_mpi_status)->_cancelled = true; \
188189
break; \
189190
case MXM_ERR_MESSAGE_TRUNCATED: \

0 commit comments

Comments
 (0)