diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-11 21:02:51 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-11 21:02:51 (GMT) |
commit | d1f8ac331222351a63147ab54271ac9d5b271f0b (patch) | |
tree | 140231155257173e16a87e70ec2bbed21480cdf1 /release_docs/RELEASE.txt | |
parent | cf38292064a0c3ffc6971de31573bbd1dab25b80 (diff) | |
download | hdf5-d1f8ac331222351a63147ab54271ac9d5b271f0b.zip hdf5-d1f8ac331222351a63147ab54271ac9d5b271f0b.tar.gz hdf5-d1f8ac331222351a63147ab54271ac9d5b271f0b.tar.bz2 |
Modifications made based on feedback from pull request.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 48fbef0..1204c0b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -98,6 +98,17 @@ Bug Fixes since HDF5-1.10.2 release Library ------- + - Error checks in h5stat and when decoding messages + + h5stat exited with seg fault/core dumped when + errors are encountered in the internal library. + + Add error checks and --enable-error-stack option to h5stat. + Add range checks when decoding messages: old fill value, old + layout and refcount. + + (VC - 2018/07/11, HDFFV-10333) + - If an HDF5 file contains a malformed compound datatype with a suitably large offset, the type conversion code can run off the end of the type conversion buffer, causing a segmentation |