summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-10 17:02:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-10 17:02:10 (GMT)
commit8bb2a0cfd8826fa11378335ca7bb381ca2a89d17 (patch)
treedaf9618c802b2a0b336cf632f44ca658fd94c6d7 /release_docs
parentbdef89f41c4cb5486688bdcec1e137a636c47198 (diff)
downloadhdf5-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)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
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