summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-09-26 06:51:10 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-09-26 06:51:10 (GMT)
commitebc0b44fe18a40b7f31bdde45ec9f16edd4f658a (patch)
treef629cedcff80a5ae2c3ae49a66d05cb13e39c445 /src/H5F.c
parentae927c6070d1ca5ffd3bf27c553156b51e6ec6e4 (diff)
downloadhdf5-ebc0b44fe18a40b7f31bdde45ec9f16edd4f658a.zip
hdf5-ebc0b44fe18a40b7f31bdde45ec9f16edd4f658a.tar.gz
hdf5-ebc0b44fe18a40b7f31bdde45ec9f16edd4f658a.tar.bz2
[svn-r24202] Bug fix: HDFFV-8271 Big.c error in address generated by random number.
Description: There is a bug in the current big.c tests. In a nut-shell, the writing part randomly picks 50 locations and write 4KB from that location. Random location range is from byte 0 to end of dataset. There is the problem--if the random location is greater than (end of dataset - 4KB), then error. Solution: Adjust the random number to be at least 4KB less than the end of the dataset. That allows it write 4KB more from the generated starting position. Tested: h5comittest plus jam serial build and test.
Diffstat (limited to 'src/H5F.c')
0 files changed, 0 insertions, 0 deletions