diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-01-06 16:17:22 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-01-06 16:17:22 (GMT) |
commit | 26c62123ebc540395dce8c186eae7d4a36d74f4e (patch) | |
tree | 90d8edd5bd3cfa2c45f6ed10efe65ee251e28603 /MANIFEST | |
parent | 677ad4d18f16c41551aabc869e66aaec8346e3be (diff) | |
download | hdf5-26c62123ebc540395dce8c186eae7d4a36d74f4e.zip hdf5-26c62123ebc540395dce8c186eae7d4a36d74f4e.tar.gz hdf5-26c62123ebc540395dce8c186eae7d4a36d74f4e.tar.bz2 |
[svn-r21866] Purpose:
Fix for HDFFV-7838 h5ls: segfault for handling region reference in attribute with -v option
Description:
Segfault occurred when h5ls access region reference data in an attribute.
This didn't occurred when -v option was used.
The cause was "h5tool_format_t info;" struct variable members were accessed
without proper values were assigned (was NULL), so printf failed later in the code.
Merged from HDF5 trunk r21865.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), , cmake-Windows (32-LE)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1460,6 +1460,8 @@ ./tools/testfiles/tsaf.ls ./tools/testfiles/tstr-1.ls ./tools/testfiles/tattr2.ls +./tools/testfiles/tattrreg_le.ls +./tools/testfiles/tattrreg_be.ls ./tools/testfiles/tvldtypes1.ls ./tools/testfiles/tvldtypes2le.ls ./tools/testfiles/tvldtypes2be.ls |