summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-10 17:18:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-10 17:18:06 (GMT)
commit1c53303fd358be86166c14e76c154a477d0107b5 (patch)
tree08dd67d03f3bac833c7b1a9641ce11daf7021dcd /release_docs
parent6aca9b93f20b6e9692d4fc686d1b836be3952626 (diff)
downloadhdf5-1c53303fd358be86166c14e76c154a477d0107b5.zip
hdf5-1c53303fd358be86166c14e76c154a477d0107b5.tar.gz
hdf5-1c53303fd358be86166c14e76c154a477d0107b5.tar.bz2
[svn-r5569] 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 0ed42d8..45d37f9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -93,6 +93,8 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * 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