diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2017-08-23 21:35:19 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2017-08-23 21:35:19 (GMT) |
commit | f3b72e1bde7368a98adb327189c4403bbba7ca77 (patch) | |
tree | e6bdf034efbcfc282aabcbb6f9eaec94c81a7084 /MANIFEST | |
parent | 1b647b18fee735086616bf99e1879e47bab0c72e (diff) | |
parent | 1ef8577a4aaaa4120a819ff36747fdca99abdc26 (diff) | |
download | hdf5-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 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -909,6 +909,7 @@ ./test/atomic_reader.c ./test/atomic_writer.c ./test/bad_compound.h5 +./test/bad_offset.h5 ./test/be_data.h5 ./test/be_extlink1.h5 ./test/be_extlink2.h5 @@ -972,6 +973,7 @@ ./test/fsm_aggr_persist.h5 ./test/genall5.c ./test/genall5.h +./test/gen_bad_offset.c ./test/gen_bad_ohdr.c ./test/gen_bad_compound.c ./test/gen_bogus.c |