diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2010-04-08 18:29:59 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2010-04-08 18:29:59 (GMT) |
commit | 7270b677a517d2ad4531dd07603b51f54282289d (patch) | |
tree | fe720c509644231689dc4063538f390ff31d7c65 /release_docs | |
parent | e2d0e5f67edd2858e11a336a337154278305741d (diff) | |
download | hdf5-7270b677a517d2ad4531dd07603b51f54282289d.zip hdf5-7270b677a517d2ad4531dd07603b51f54282289d.tar.gz hdf5-7270b677a517d2ad4531dd07603b51f54282289d.tar.bz2 |
[svn-r18535] Purpose: Fix bug 1815
Description:
Attempting to copy an object with NULL references (all bytes zero) with the
H5O_COPY_EXPAND_REFERENCE_FLAG flag set would cause a failure or an assertion
(depending on whether it was in debug mode). Changed copy routine to detect
NULL references (object and region) and avoid attempting to expand the reference
in this case.
Tested: jam, linew, amani (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 d8dc6df..5fbd25d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -210,6 +210,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a bug when copying objects with NULL references with the + H5O_COPY_EXPAND_REFERENCE_FLAG flag set. (NAF - 2010/04/08 - 1815) - Files can now be concurrently opened more than once using the core file driver, as long as the backing store is used. (NAF - 2010/03/09) - Added support for H5O_COPY_EXPAND_EXT_LINK_FLAG to H5Ocopy. External |