Skip to content

Commit

Permalink
Fix use of uninitialized value in testpar/t_dset.c test (HDFGroup#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF authored and qkoziol committed Sep 30, 2023
1 parent 558a53b commit 035cec5
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 035cec5

Please sign in to comment.