summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2013-09-26 21:51:35 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2013-09-26 21:51:35 (GMT)
commite2dfb53df72ca884cb9225e738aef77135f92e68 (patch)
tree5141be9364bad05e2c2a8e1ff47e2abed29e5cdd /MANIFEST
parentdd1f4e14c91caf5db3a8e6d81d090c774877d277 (diff)
downloadhdf5-e2dfb53df72ca884cb9225e738aef77135f92e68.zip
hdf5-e2dfb53df72ca884cb9225e738aef77135f92e68.tar.gz
hdf5-e2dfb53df72ca884cb9225e738aef77135f92e68.tar.bz2
[svn-r24204] Port r24140 from trunk to 1.8 branch.
Tested: jam, koala, ostrich, platypus (h5committest) Log from r24140: Purpose: Remove problematic abandonment of error stack Description: H5Fis_hdf5 uses H5F_locate_signature to check if the file is hdf5. If it does not locate the signature, H5F_locate_signature would issue an error and return HADDR_UNDEF. H5Fis_hdf5 does not consider it an error if the signature is not found, so it does not issue an error or clear the stack. The filled stack could then cause issues later on. Changed H5F_locate_signature to return herr_t, not issue an error if the signature is not found, and added a parameter for a pointer to the signature address that the function fills in. Tested: jam, koala, ostrich (h5committest)
Diffstat (limited to 'MANIFEST')
0 files changed, 0 insertions, 0 deletions