diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-09-06 20:26:08 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-09-06 20:26:08 (GMT) |
commit | 36ea4e85530c75e0d115b999438fcbbb4095556d (patch) | |
tree | 7e91facfd3e25b8b7e697ca6af6af46262fc266f /release_docs | |
parent | 144b1294921aa9ed8dd29e17f3e5c97a3fb66568 (diff) | |
download | hdf5-36ea4e85530c75e0d115b999438fcbbb4095556d.zip hdf5-36ea4e85530c75e0d115b999438fcbbb4095556d.tar.gz hdf5-36ea4e85530c75e0d115b999438fcbbb4095556d.tar.bz2 |
[svn-r21368] Purpose:
HDFFV-7712 - h5diff: segfault over combinations of complex container types (compound, array, vlen)
Description:
- Fixed segfault over dataset with container types (array,lven) with multiple nested compound types. (ex: compound->array->compound, compound->vlen->compound)
- Merged from HDF5 trunk r21358.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 465abff..5d45d82 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -148,6 +148,10 @@ Bug Fixes since HDF5-1.8.7 Tools ----- + - h5diff: fixed segfault over dataset with container types + (array,lven) along with multiple nested compound types. + (ex: compound->array->compound, compound->vlen->compound) + HDFFV-7712 JKM (09/01/2011) - Fixed h5jam not to allow specifying an HDF5 formatted file as input file for -u (user block file) option, because the original HDF5 file will not be accessible if allows. HDFFV-5941 (JKM 08/19/2011) |