Fix use of uninitialized value in testpar/t_dset.c test (#3423)

This commit is contained in:
jhendersonHDF 2023-08-24 12:30:06 -05:00 committed by GitHub
parent 1e75fafe1f
commit b80eaf8631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */