summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2012-01-06 16:17:22 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2012-01-06 16:17:22 (GMT)
commit26c62123ebc540395dce8c186eae7d4a36d74f4e (patch)
tree90d8edd5bd3cfa2c45f6ed10efe65ee251e28603 /release_docs
parent677ad4d18f16c41551aabc869e66aaec8346e3be (diff)
downloadhdf5-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 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 5ffdf39..d1bd8a6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -112,7 +112,8 @@ Bug Fixes since HDF5-1.8.8
Tools
-----
- - None
+ - h5ls: fixed segfault when access region reference data in an
+ attribute. HDFFV-7838 (JKM 2012/01/06)
F90 API
-------