summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-06-10 18:47:59 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-06-10 18:47:59 (GMT)
commit52fa2f94ca927b2da1478e5cc48d92cd22aca15e (patch)
tree8b5173962c1e4b8b3ef32439c0dc3090cdd13732 /release_docs
parent78ca05e040c21cf79fe09da5269204f64bf6d967 (diff)
downloadhdf5-52fa2f94ca927b2da1478e5cc48d92cd22aca15e.zip
hdf5-52fa2f94ca927b2da1478e5cc48d92cd22aca15e.tar.gz
hdf5-52fa2f94ca927b2da1478e5cc48d92cd22aca15e.tar.bz2
[svn-r8645] Purpose: bug fix
Description: If compound datatype has variable-length string as field, after it's committed to the file, when it's reopened, the size of the datatype is miscalculated. It makes the data unreadable. Dumper also fails to read data because of this problem. Solution: Change the size of datatype when it's committed to file. Then modify the size again for memory type when it's reopened. Platforms tested: h5committest and RH 8. Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 39bb0c5..face0be 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -131,6 +131,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed failure to read data back from file of compound type with
+ variable-length string as field. SLU - 2004/06/10
- Fixed potential file corruption bug when a block of metadata could
overlap the end of the internal metadata accumulator buffer and
the buffer would be extended correctly, but would incorrectly