summaryrefslogtreecommitdiffstats
path: root/test/gen_bad_offset.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge hdf5 1 10 8 (#1154)hdf5-1_10_8Larry Knox2021-10-291-36/+35
| | | Merge HDF5 1.10.8 release files to 1.10/master
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-4/+4
|
* Modifications based on comments from pull request reviewVailin Choi2017-08-301-3/+38
| | | | | (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 fileVailin Choi2017-08-301-0/+112
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.