mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Fix use of uninitialized value in testpar/t_dset.c test (#3423)
This commit is contained in:
parent
1e75fafe1f
commit
b80eaf8631
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user