diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-11 21:06:16 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-11 21:06:16 (GMT) |
commit | 2a59a4ca3d1a165fd62c3a76e38f194124d00839 (patch) | |
tree | 8903d3b45f54f1644f82d54e7427f0d90e3b8501 /release_docs | |
parent | bec53eb4ce68f5eabceddf9f559643c2c83608fc (diff) | |
download | hdf5-2a59a4ca3d1a165fd62c3a76e38f194124d00839.zip hdf5-2a59a4ca3d1a165fd62c3a76e38f194124d00839.tar.gz hdf5-2a59a4ca3d1a165fd62c3a76e38f194124d00839.tar.bz2 |
[svn-r8662] Purpose: bug fix
Description: After compound datatype with variable-length string in the fields is committed
to file, when it's read back, the size is messed up.
Solution: change the size when it's committed to file by calling H5T_set_loc.
Platforms tested: h5committest and arabica
Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9c7a3f1..48d4368 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -64,6 +64,9 @@ Bug Fixes since HDF5-1.6.2 release Library ------- + - After compound datatype with variable-length string in the fields + is committed to file, the size is messed up when it's read back. + Fixed. SLU - 2004/06/11 - 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 |