diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-11 18:26:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-11 18:26:40 (GMT) |
commit | 3baaa562ee650b7c5062c747cab425cd80ab53e0 (patch) | |
tree | d90e869acae6fb2cf001bf3a50d224dd50e7f7ef /src/H5I.c | |
parent | 43c1f21316556ae6ac898061a49194270d7e9d8b (diff) | |
download | hdf5-3baaa562ee650b7c5062c747cab425cd80ab53e0.zip hdf5-3baaa562ee650b7c5062c747cab425cd80ab53e0.tar.gz hdf5-3baaa562ee650b7c5062c747cab425cd80ab53e0.tar.bz2 |
[svn-r4693] Purpose:
Bug Fix
Description:
The code in H5Sselect_hyperslab_valid contained an fencepost error and is
allowing selections which overlap the extent by exactly one element in any
dimension to pass as valid instead of flagging the selection as invalid.
This bug only affects hyperslabs which have been OR'ed together, not the
selection from a single H5Sselect_hyperslab.
This fixes bug #550.
Solution:
Changed an '>' to an '>=' and added new regression test to check for error.
Platforms tested:
FreeBSD 4.4 (sleipnir)
Diffstat (limited to 'src/H5I.c')
0 files changed, 0 insertions, 0 deletions