diff options
author | Joel Plutchak <plutchak@hdfgroup.org> | 2013-05-22 20:52:34 (GMT) |
---|---|---|
committer | Joel Plutchak <plutchak@hdfgroup.org> | 2013-05-22 20:52:34 (GMT) |
commit | 8cc6ceb4e32d51f9c296038fec589c2a4fb7eaaf (patch) | |
tree | d77b3272cd907557f432310c3ffcc1c4e0dc416f /README.txt | |
parent | 424a41f878b9ac91f9411dcabc1b8358c7634ea1 (diff) | |
download | hdf5-8cc6ceb4e32d51f9c296038fec589c2a4fb7eaaf.zip hdf5-8cc6ceb4e32d51f9c296038fec589c2a4fb7eaaf.tar.gz hdf5-8cc6ceb4e32d51f9c296038fec589c2a4fb7eaaf.tar.bz2 |
[svn-r23715] Bug Fix: HDFFV-8247
Description:
Failure to write fill values to the user's buffer when reading unallocated
chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT.
A consequence of this was the reporting of spurious data values in h5dump
and h5diff output.
Solution:
Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value
setting was checked to decide whether or not to fill. This effectively
treats H5D_FILL_VALUE_DEFAULT the same as H5D_FILL_VALUE_USER rather than
H5D_FILL_VALUE_UNDEFINED.
Tested:
h5committest (platypus, ostrich, jam-pp, koala) ran successfully
(fillval test was modified to reveal and check for this error)
Note: RELEASE.txt was previously changed to reflect this fix. This
checkin was of a cleaner version of the code, but mostly to get this
full log message entered.
-This line, and those below, will be ignored--
M H5Dchunk.c
Diffstat (limited to 'README.txt')
0 files changed, 0 insertions, 0 deletions