diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-09-18 20:53:30 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-09-18 20:53:30 (GMT) |
commit | c254b0bc27536c91c7bb0ffa4269aba76f00fbff (patch) | |
tree | 3eeb46e4d97355e23af266b38d2b4f94091f3803 /release_docs | |
parent | 67cf35a4631348cfcc1ef150b3b7365ca9a56e33 (diff) | |
download | hdf5-c254b0bc27536c91c7bb0ffa4269aba76f00fbff.zip hdf5-c254b0bc27536c91c7bb0ffa4269aba76f00fbff.tar.gz hdf5-c254b0bc27536c91c7bb0ffa4269aba76f00fbff.tar.bz2 |
[svn-r15656] Purpose: fix bug 1286
Description: Added configure test to see if pointer alignment restrictions are enforced (as in dereferencing an unaligned pointer causes an error). Added code in H5Tvlen.c to avoid dereferencing unaligned pointers, conditionally compiled based on the configure test. Added test case in dtypes.c which would previously cause such machines to fail.
Tested: kagiso, smirom, linew (h5committest); linew64
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8e56878..3577da2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -107,6 +107,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed pointer alignment violations that could occur during vlen + conversion. (NAF - 2008/09/16) - Fixed problem where library could cause a segmentation fault when an invalid location ID was given to H5Giterate(). (QAK - 2008/08/19) - Fixed improper shutdown when objects have reference count > 1. The |