Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -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 files | Allen Byrne | 2020-09-30 | 1 | -35/+34 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -4/+4 |
| | |||||
* | Modifications based on comments from pull request review | Vailin Choi | 2017-08-23 | 1 | -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 file | Vailin Choi | 2017-08-22 | 1 | -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. |