summaryrefslogtreecommitdiffstats
path: root/test/gen_bad_offset.c
Commit message (Collapse)AuthorAgeFilesLines
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-20/+20
| | | | | | | * h5test.h testing macros get enclosed in do..while loops * Adds missed macro in hl C++ code * Fixes macro in Windows code
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Clang-format of source filesAllen Byrne2020-09-301-35/+34
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-4/+4
|
* Modifications based on comments from pull request reviewVailin Choi2017-08-231-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-221-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.