diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-10 17:02:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-10 17:02:10 (GMT) |
commit | 8bb2a0cfd8826fa11378335ca7bb381ca2a89d17 (patch) | |
tree | daf9618c802b2a0b336cf632f44ca658fd94c6d7 | |
parent | bdef89f41c4cb5486688bdcec1e137a636c47198 (diff) | |
download | hdf5-8bb2a0cfd8826fa11378335ca7bb381ca2a89d17.zip hdf5-8bb2a0cfd8826fa11378335ca7bb381ca2a89d17.tar.gz hdf5-8bb2a0cfd8826fa11378335ca7bb381ca2a89d17.tar.bz2 |
[svn-r5566] Purpose:
Bug fix (bug #777)
Description:
Current code allows a compound datatype to be inserted into itself.
Solution:
Check if the ID for the member is the same as the ID for the compound
datatype and reject it if so.
Platforms tested:
FreeBSD 4.5 (sleipnir)
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 82b311b..5bf8427 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * 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 library to go into infinite loop. QAK - 2002/06/10 * Fixed bug (#699, fix provided by a user) where a scalar dataspace was |