summaryrefslogtreecommitdiffstats
path: root/test/titerate.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-20 22:49:46 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-20 23:46:28 (GMT)
commitd584b233a571fcc9854a716590fd09bd9e9320c4 (patch)
tree9df45ef1810e83b2c18e113d040ce6141b80c090 /test/titerate.c
parent43bd93c4f53a4fb456391be51afbe0c2d816d3fa (diff)
downloadhdf5-d584b233a571fcc9854a716590fd09bd9e9320c4.zip
hdf5-d584b233a571fcc9854a716590fd09bd9e9320c4.tar.gz
hdf5-d584b233a571fcc9854a716590fd09bd9e9320c4.tar.bz2
Fixed HDFFV-10684
Description: The test for HDFFV-10588 has revealed a bug in H5Ewalk. H5Ewalk did not stop midway even when the call back function returns H5_ITER_STOP. This is because a condition is missing from the for loops in H5E__walk causing the callback functions unable to stop until all the errors in the stack are iterated. Quincey advised on the final fix. In this fix, "status" is switched to "ret_value" and HGOTO_ERROR to HERROR, and the for loops won't continue when "ret_value" is not 0. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'test/titerate.c')
0 files changed, 0 insertions, 0 deletions