From 2a59a4ca3d1a165fd62c3a76e38f194124d00839 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Fri, 11 Jun 2004 16:06:16 -0500 Subject: [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 --- release_docs/RELEASE.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12