diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-24 18:09:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-24 18:09:57 (GMT) |
commit | a6542d06b12340af99731eacb1d9687cdc8738ed (patch) | |
tree | 4852a2c3f1ac831c522a776bc3bfa95faa922a27 /release_docs | |
parent | e4dc71bbee2d38d01adb4a39bdf52a4c79e2d746 (diff) | |
download | hdf5-a6542d06b12340af99731eacb1d9687cdc8738ed.zip hdf5-a6542d06b12340af99731eacb1d9687cdc8738ed.tar.gz hdf5-a6542d06b12340af99731eacb1d9687cdc8738ed.tar.bz2 |
[svn-r6330] Purpose:
Bug Fix
Description:
When calling H5Fopen with the core VFL driver, but without the
H5F_ACC_CREAT flag goes ahead and creates a memory file.
Solution:
Check for the H5F_ACC_CREAT flag before allowing the memory file to be
created.
Platforms tested:
FreeBSD 4.7 (sleipnir)
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 ce903f9..62b8f86 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * H5Fopen without the H5F_ACC_CREAT flag should not succeed in creating + a new file with the 'core' VFL driver. QAK - 2003/01/24 * Allow opening objects with unknown object header messages. QAK - 2003/01/21 * Improved error assertion for nil VL strings, making it fails with error |