Skip to content

Commit 4de4fd3

Browse files
committed
[from mpich] romio GPFS: missing initialization
Merging a romio commit that was accepted by mpich: > romio GPFS: missing initialization > > Romio GPFS had a runtime problem due to a .mem_ptrs field that > was uninitialized that it was potentially trying to free. Signed-off-by: Mark Allen <[email protected]>
1 parent c9c1ec6 commit 4de4fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ void ADIOI_GPFS_Calc_others_req(ADIO_File fd, int count_my_req_procs,
719719
others_req[i].count = 0;
720720
others_req[i].offsets = NULL;
721721
others_req[i].lens = NULL;
722+
others_req[i].mem_ptrs = NULL;
722723
}
723724
}
724725

0 commit comments

Comments
 (0)