summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2017-08-23 21:35:19 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2017-08-23 21:35:19 (GMT)
commitf3b72e1bde7368a98adb327189c4403bbba7ca77 (patch)
treee6bdf034efbcfc282aabcbb6f9eaec94c81a7084 /test/CMakeTests.cmake
parent1b647b18fee735086616bf99e1879e47bab0c72e (diff)
parent1ef8577a4aaaa4120a819ff36747fdca99abdc26 (diff)
downloadhdf5-f3b72e1bde7368a98adb327189c4403bbba7ca77.zip
hdf5-f3b72e1bde7368a98adb327189c4403bbba7ca77.tar.gz
hdf5-f3b72e1bde7368a98adb327189c4403bbba7ca77.tar.bz2
Merge pull request #637 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '1ef8577a4aaaa4120a819ff36747fdca99abdc26': Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index 5f0d386..5d2f30b 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -183,6 +183,7 @@ endforeach ()
set (HDF5_REFERENCE_TEST_FILES
aggr.h5
bad_compound.h5
+ bad_offset.h5
be_data.h5
be_extlink1.h5
be_extlink2.h5
@@ -1336,6 +1337,7 @@ if (HDF5_BUILD_GENERATORS)
# generator executables
set (H5_GENERATORS
+ gen_bad_offset
gen_bad_ohdr
gen_bogus
gen_cross