summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-07-11 21:02:51 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-07-26 22:17:03 (GMT)
commitd79475c4822816c780bd622f73c3740024595343 (patch)
treec729815f9e680aae4bd7704ccc4c55af3e3666e8 /release_docs
parent78d4fbddbd20904f9ee05a1d5de3ddd701453d24 (diff)
downloadhdf5-d79475c4822816c780bd622f73c3740024595343.zip
hdf5-d79475c4822816c780bd622f73c3740024595343.tar.gz
hdf5-d79475c4822816c780bd622f73c3740024595343.tar.bz2
Modifications made based on feedback from pull request.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f3c6557..ea9894f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -99,6 +99,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