summaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ff65e6e..031b42a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 19065 2010-07-12 04:45:53Z hdftest .
+# From configure.in Id: configure.in 19067 2010-07-14 15:55:53Z acheng .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for HDF5 1.8.5-snap4.
#