summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:14:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:14:39 (GMT)
commit0e547213a39c93e6addab0b62cbc524a2fe0921e (patch)
tree812a0447685b4dde862af707d0941b9690fc9b9b /release_docs
parent34068c3341333094fc24720de54f565c4a8d0005 (diff)
parent2e05d657549d1287ce0d9a7ee5364e609046adb8 (diff)
downloadhdf5-0e547213a39c93e6addab0b62cbc524a2fe0921e.zip
hdf5-0e547213a39c93e6addab0b62cbc524a2fe0921e.tar.gz
hdf5-0e547213a39c93e6addab0b62cbc524a2fe0921e.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '2e05d657549d1287ce0d9a7ee5364e609046adb8': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) 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 c235f83..6e4bbcf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -231,6 +231,14 @@ Bug Fixes since HDF5-1.10.1 release
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