summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2010-07-16 16:41:22 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2010-07-16 16:41:22 (GMT)
commitc3340f256d12bdcd5a290ced8808a8606da95ba3 (patch)
treea386846dfccc5f93d847134cc738503d40e0c89d /release_docs
parentbb02990b22598e0280848b520cd57b589ee70808 (diff)
downloadhdf5-c3340f256d12bdcd5a290ced8808a8606da95ba3.zip
hdf5-c3340f256d12bdcd5a290ced8808a8606da95ba3.tar.gz
hdf5-c3340f256d12bdcd5a290ced8808a8606da95ba3.tar.bz2
[svn-r19077] Purpose: Fix bug 1951
Description: A bug introduced in 1.8.5 causes local heap data blocks to be mis-aligned when sizeof_offsets + 2*sizeof_lengths is not a multiple of 8. In this case, the address of the data block as stored in the heap prefix is aligned but the actual data block is not. This causes files created with these sizes to be corrupted, and prevents uncorrupted files with these sizes to be unreadable. Modified local heap code to account for alignment. Tested: jam, amani, linew (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5614cf7..78d69a0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,7 +109,10 @@ Bug Fixes since HDF5-1.8.5
Library
-------
- - None
+ - Fixed a bug that could cause file corruption when using non-default sizes
+ of addresses and/or lengths. This bug could also cause uncorrupted files
+ with this property to be unreadable. This bug was introduced in 1.8.5.
+ (NAF - 2010/07/16 - 1951)
Parallel Library
----------------