diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2017-09-05 18:40:03 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2017-09-05 18:40:03 (GMT) |
commit | f58bbba95a846aeefb6d25e645740d91fcec88ab (patch) | |
tree | ac4792578b513dbfc744851faecc9c1d7278b3dd /release_docs | |
parent | 43a90946ef4a66861c169d29dcae91836c38c5a5 (diff) | |
parent | 359d31df9b28a6ea4c4e8aa7c5241757331bc6fa (diff) | |
download | hdf5-f58bbba95a846aeefb6d25e645740d91fcec88ab.zip hdf5-f58bbba95a846aeefb6d25e645740d91fcec88ab.tar.gz hdf5-f58bbba95a846aeefb6d25e645740d91fcec88ab.tar.bz2 |
Merge pull request #645 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '359d31df9b28a6ea4c4e8aa7c5241757331bc6fa':
Update RELEASE.txt Add info for HDFFV-10216 to release notes.
Fix for daily test failure Fix for the compilation error from the PGI compiler.
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 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d296ffa..1ead4c7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -175,6 +175,15 @@ Bug Fixes since HDF5-1.10.0-patch1 release Library ------- + - Fix H5HL_offset_into() + + (1) Fix H5HL_offset_into() to return error when offset exceeds heap data + block size. + (2) Fix other places in the library that call this routine to detect + error routine. + + (HDFFV-10216, VC, 2017/08/30) + - Fixes for paged aggregation Skip test in test/fheap.c when: |