summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-10-17 20:46:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-10-17 20:46:57 (GMT)
commit2011215517e50ae231f89c9d24ce826d76315e00 (patch)
tree1a1f842218cb64d9cf21eaee26437c64676ad213 /RELEASE
parentbfd52032e36f265c3a2829595a29f480903e9b30 (diff)
downloadhdf5-2011215517e50ae231f89c9d24ce826d76315e00.zip
hdf5-2011215517e50ae231f89c9d24ce826d76315e00.tar.gz
hdf5-2011215517e50ae231f89c9d24ce826d76315e00.tar.bz2
[svn-r2689] Purpose:
Bug fix. Description: Previously, it has been possible to dereference deleted objects in a file. Obviously, this is incorrect and could cause all sorts of problems if the object being dereferenced had been partially over-written with other information. - This is documented in Bug #493. Solution: Check the link count for objects being dereferenced and don't allow any objects with link counts of zero to be dereferenced. This fixes bug #493. Platforms tested: FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index d505fd2..339f531 100644
--- a/RELEASE
+++ b/RELEASE
@@ -46,6 +46,8 @@ New features
all VFL drivers except the mpio & core drivers. Setting the sieve buffer
size is controlled with new API functions: H5Pset_sieve_buf_size() and
retrieved with H5Pget_sieve_buf_size().
+ * Added new Virtual File Driver, Stream VFD, to send/receive entire
+ HDF5 files via socket connections.
Bug fixes since HDF5-1.2.0
==========================
@@ -86,8 +88,8 @@ Library
* Added bounded garbage collection for the free lists when they run out of
memory and also added H5set_free_list_limits API call to allow users to
put an upper limit on the amount of memory used for free lists.
- * Added new Virtual File Driver, Stream VFD, to send/receive entire
- HDF5 files via socket connections.
+ * Checked for non-existent or deleted objects when dereferencing one with
+ object or region references and disallow dereference.
Configuration