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

This commit is contained in:
jhendersonHDF 2023-09-01 13:56:57 -05:00 committed by GitHub
parent cf6d3e0737
commit 1dd81531d1
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 */