diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-17 20:46:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-17 20:46:57 (GMT) |
commit | 2011215517e50ae231f89c9d24ce826d76315e00 (patch) | |
tree | 1a1f842218cb64d9cf21eaee26437c64676ad213 /tools | |
parent | bfd52032e36f265c3a2829595a29f480903e9b30 (diff) | |
download | hdf5-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 'tools')
0 files changed, 0 insertions, 0 deletions