summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-01-29 20:43:16 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-01-29 20:43:16 (GMT)
commitec614163246fb78844d773b58b12d4451a4acaa4 (patch)
tree3f02a3e584278a5a94778659fac257033a6a73a9 /tools
parent9a298fd1dda2ed9b12e68cc64ccce5c95216fd6a (diff)
downloadhdf5-ec614163246fb78844d773b58b12d4451a4acaa4.zip
hdf5-ec614163246fb78844d773b58b12d4451a4acaa4.tar.gz
hdf5-ec614163246fb78844d773b58b12d4451a4acaa4.tar.bz2
[svn-r16376] Purpose: Fix a bug encountered when copying shared messages
Description: When attempting to copy an object with a message shared in its own object header, the library attempts to protect the same object header twice. Previously, it was possible for the object header to be protected with write access in one or both of these protects, which would be illegal. The library should now always protect with read only access in this case. The conditions for fixing incorrect datatype versions have been made weaker to support this change. The version will only be corrected if the object header the datatype is in is modified. Tested: jam, smirom (h5committest)
Diffstat (limited to 'tools')
-rw-r--r--tools/testfiles/tfamily00000.h5bin256 -> 256 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfiles/tfamily00000.h5 b/tools/testfiles/tfamily00000.h5
index a130bfd..35f9b49 100644
--- a/tools/testfiles/tfamily00000.h5
+++ b/tools/testfiles/tfamily00000.h5
Binary files differ