summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:03:29 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:03:29 (GMT)
commit3f5382bb62b1b64b03319cca81aa275bdb8dff61 (patch)
treede846daf55fda63c93960b93767156268b7e8d7d /test
parentba80bcaff24113f438da0f40cb5b5479d4a21cc6 (diff)
parent5352b1dbc92313d91d3502dd8352352abe8749a7 (diff)
downloadhdf5-3f5382bb62b1b64b03319cca81aa275bdb8dff61.zip
hdf5-3f5382bb62b1b64b03319cca81aa275bdb8dff61.tar.gz
hdf5-3f5382bb62b1b64b03319cca81aa275bdb8dff61.tar.bz2
Merge pull request #2795 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani to develop
* commit '5352b1dbc92313d91d3502dd8352352abe8749a7': Fixed typo Fix HDFFV-11101
Diffstat (limited to 'test')
-rw-r--r--test/dsets.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dsets.c b/test/dsets.c
index d5c11be..ae917cc 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -11334,6 +11334,9 @@ test_bt2_hdr_fd(const char *env_h5_driver, hid_t fapl)
TESTING("Version 2 B-tree chunk index header flush dependencies handled correctly");
+ /* Initialize struct */
+ HDmemset(&info, 0, sizeof(info));
+
/* Skip this test if SWMR I/O is not supported for the VFD specified
* by the environment variable.
*/