summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:14:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:14:28 (GMT)
commit22be80a20079127afdcd84b316a7d65f8fbffd5d (patch)
tree1bafcb05491eba22d2e50b7779914c502c3ec8ca /release_docs
parentef2857ec3809dfd2eb3f813471f4621004a76b78 (diff)
parentdc81497bd0840c8adab0cea51ca814359b80305d (diff)
downloadhdf5-22be80a20079127afdcd84b316a7d65f8fbffd5d.zip
hdf5-22be80a20079127afdcd84b316a7d65f8fbffd5d.tar.gz
hdf5-22be80a20079127afdcd84b316a7d65f8fbffd5d.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit 'dc81497bd0840c8adab0cea51ca814359b80305d': Add RELEASE.txt note for HDFFV-10274. Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 68d22e9..6c7e1a3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -192,6 +192,14 @@ Bug Fixes since HDF5-1.8.19
Library
-------
+ - Fix rare object header corruption bug
+
+ In certain cases, such as when converting large attributes to dense
+ storage, an error could occur which would either fail an assertion or
+ cause file corruption. Fixed and added test.
+
+ (NAF - 2017/11/14, HDFFV-10274)
+
- H5Zfilter_avail in H5Z.c
The public function checked for plugins, while the private