summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2017-09-13 04:50:15 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2017-09-13 04:50:15 (GMT)
commitfff22784451a27fe33ca7571f1144d015d6379fb (patch)
tree6f5b87afe55405f737d52b2108285d750c90eda1 /release_docs
parent46d5032d84e3a88a86767d3533c62c2ec41b8e8a (diff)
parentb15011a59af9e70eb06865234f8f0dacab34aa0f (diff)
downloadhdf5-fff22784451a27fe33ca7571f1144d015d6379fb.zip
hdf5-fff22784451a27fe33ca7571f1144d015d6379fb.tar.gz
hdf5-fff22784451a27fe33ca7571f1144d015d6379fb.tar.bz2
Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8
* commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f': Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit. Add info for 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.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5b21e77..f8136b9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -130,7 +130,14 @@ Bug Fixes since HDF5-1.8.19
Library
-------
- - None
+ - 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/09/05)
Parallel Library