summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2018-07-13 15:02:24 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2018-07-13 15:02:24 (GMT)
commitef30425b1c4095d2b1e5c0abd9fee7432b46e56c (patch)
tree4eb6b4d96cea1e712535bd2ddc1d2790c04eb1ef /release_docs/RELEASE.txt
parentf1beebe80d56e837cb86837aed79e610786a71b3 (diff)
parent08de02c838c05993fea5febb9c320a679e7f841a (diff)
downloadhdf5-ef30425b1c4095d2b1e5c0abd9fee7432b46e56c.zip
hdf5-ef30425b1c4095d2b1e5c0abd9fee7432b46e56c.tar.gz
hdf5-ef30425b1c4095d2b1e5c0abd9fee7432b46e56c.tar.bz2
Merge pull request #1129 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '08de02c838c05993fea5febb9c320a679e7f841a': Changes based on feedback from pull request. Fix test_misc33() in test/tmisc.c Open the test file read-only so that it can be accessed for testing. Modifications made based on feedback from pull request. Fix for HDFFV-10333: 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump Fix daily test failure.
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 431143a..a322164 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -104,6 +104,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