summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:04:22 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:04:22 (GMT)
commit79613e38581c8599c1cf7b271a825eb2247d518b (patch)
tree86bc8549f8ab63dcf86e5a54548d8da99e5f0fb3 /test
parenta99b7336c791ee1744831df4582c3d47aea61c84 (diff)
parentede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c (diff)
downloadhdf5-79613e38581c8599c1cf7b271a825eb2247d518b.zip
hdf5-79613e38581c8599c1cf7b271a825eb2247d518b.tar.gz
hdf5-79613e38581c8599c1cf7b271a825eb2247d518b.tar.bz2
Merge pull request #2799 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10
* commit 'ede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c': 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 08555f7..5ce15ac 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -11328,6 +11328,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.
*/