diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-06-08 05:22:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-06-08 05:22:28 (GMT) |
commit | 54188b4abb180273692d2bea0066c79dcbfb3cad (patch) | |
tree | 218d12ae57b2e6a1c13f5bdc7d718e218deb61d9 /release_docs | |
parent | 8921cbc80267db8bf168e1fa9acb974721fa68da (diff) | |
download | hdf5-54188b4abb180273692d2bea0066c79dcbfb3cad.zip hdf5-54188b4abb180273692d2bea0066c79dcbfb3cad.tar.gz hdf5-54188b4abb180273692d2bea0066c79dcbfb3cad.tar.bz2 |
[svn-r10875] Purpose:
Bug fix
Description:
Fix several NULL pointer dereferences when tracking the name of open
objects during some unusual sequences of mount & unmount operations.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'release_docs')
-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 fa407f6..c7f87a0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -290,6 +290,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed various errors in maintaining names for open objects in the + face of unusual mount & unmount operations. QAK - 2005/06/08 - "SEMI" and "STRONG" file close degree settings now apply only to the particular file ID being closed, instead of operating on all open file IDs for a given file. QAK - 2005/06/01 |