summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-26 18:37:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-26 18:37:33 (GMT)
commit15e1a2c0c0d53d264a5b4ea4f28d7beba6ccf1bd (patch)
treebd9d8d1d93916068eef38c224587a657e6828662 /release_docs/RELEASE.txt
parentff8132d5103a0a0399bd6cbc1faf6168c92db806 (diff)
downloadhdf5-15e1a2c0c0d53d264a5b4ea4f28d7beba6ccf1bd.zip
hdf5-15e1a2c0c0d53d264a5b4ea4f28d7beba6ccf1bd.tar.gz
hdf5-15e1a2c0c0d53d264a5b4ea4f28d7beba6ccf1bd.tar.bz2
[svn-r7413] Purpose:
Bug fix Description: H5Gget_objname_by_idx should allow NULL for the 'name' parameter, to allow for querying for the name's length. Solution: Allow NULL for the 'name' parameter, the internal functions were already ready to handle that case. Clean up RM information about H5Gget_objname_by_idx and H5Gget_objtype_by_idx also. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b2f7a5f..8f55693 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -56,6 +56,9 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Corrected bug in H5Gget_objname_by_idx which was not allowing NULL
+ for the name when just querying for the object name's length.
+ QAK - 2003/08/25
- Corrected bug in variable-length string handling which could
generate a core dump on writing variable-length strings as part
of a compound datatype on certain architectures. QAK - 2003/08/25