diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2017-11-14 22:24:44 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@jam.ad.hdfgroup.org> | 2017-11-15 16:11:14 (GMT) |
commit | ae9c1bf4199d7ae0f5587485eb4e4d85c5c4cfc4 (patch) | |
tree | c16dd04661cb03f2e08ee7755cc47f1dc2260f33 | |
parent | 281e282671e80b789bc1dd5460ef6dcddb4c5e34 (diff) | |
download | hdf5-ae9c1bf4199d7ae0f5587485eb4e4d85c5c4cfc4.zip hdf5-ae9c1bf4199d7ae0f5587485eb4e4d85c5c4cfc4.tar.gz hdf5-ae9c1bf4199d7ae0f5587485eb4e4d85c5c4cfc4.tar.bz2 |
Add RELEASE.txt note for HDFFV-10274.
(cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797)
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 938f9bb..b9435bb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -186,6 +186,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 |