diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-11 16:03:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-11 16:03:04 (GMT) |
commit | 33a1bc03c43c68a95b301d8315a15fa7775851e4 (patch) | |
tree | 0402f78abb06b3d8e7b728ebb0a2f64bdff64fb6 /release_docs/RELEASE.txt | |
parent | e4a300b04e0eb4f3c7cfb96b925d5cf9975c8188 (diff) | |
download | hdf5-33a1bc03c43c68a95b301d8315a15fa7775851e4.zip hdf5-33a1bc03c43c68a95b301d8315a15fa7775851e4.tar.gz hdf5-33a1bc03c43c68a95b301d8315a15fa7775851e4.tar.bz2 |
[svn-r5586] Purpose:
Bug Fix
Description:
H5Dcreate and H5Tcommit allow "empty" compound and enumerated types (i.e.
ones with no members) to be stored in the file, but this causes an assertion
failure and is somewhat vapid.
Solution:
Check the datatype "makes sense" before using it for H5Dcreate and
H5Tcommit.
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 9a6d09f..be279a8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,9 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Fixed bug (#499) which allowed an "empty" compound or enumerated datatype + (one with no members) to be used to create a dataset or committed to a + file. QAK - 2002/06/11 * Fixed bug (#777) which allowed a compound datatype to be inserted into itself. QAK - 2002/06/10 * Fixed bug (#789) where creating 1-D dataset region reference caused the |