Skip to content

Commit

Permalink
Fix use of uninitialized value in testpar/t_dset.c test (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF authored Aug 24, 2023
1 parent 1e75faf commit b80eaf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testpar/t_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -3501,6 +3501,8 @@ test_no_collective_cause_mode(int selection_mode)
sid = H5Screate(H5S_NULL);
VRFY((sid >= 0), "H5Screate_simple succeeded");
is_chunked = 0;

dims[0] = dims[1] = 0;
}
else {
/* Create the basic Space */
Expand Down

0 comments on commit b80eaf8

Please sign in to comment.