diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-06-18 05:10:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-06-18 05:10:36 (GMT) |
commit | 47bd0eecd65317c8ffbae0b403e0f412d6d17551 (patch) | |
tree | d58593770d4183bb52bc11e131cc7a540d6667e1 /release_docs | |
parent | c5ec1ebfbc6ae66d1ddfafbe02c6b6a9d5a08cac (diff) | |
download | hdf5-47bd0eecd65317c8ffbae0b403e0f412d6d17551.zip hdf5-47bd0eecd65317c8ffbae0b403e0f412d6d17551.tar.gz hdf5-47bd0eecd65317c8ffbae0b403e0f412d6d17551.tar.bz2 |
[svn-r10952] Purpose:
Bug fix
Description:
Hyperslab selections that had a selection offset and were applied to a
chunked dataset could get into an infinite loop or core dump if the same
selection was used multiple times, with different selection offsets.
Solution:
"Normalize" the selection with the selection offset, generate the
selections for the chunks overlapped and then "denormalize" the selection.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 253486b..9f57d20 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -72,6 +72,11 @@ Bug Fixes since HDF5-1.6.4 release Library ------- + - Fixed bug with hyperslab selections that use selection offsets and + operate on chunked datasets going into infinite loop or dumping + core. QAK - 2005/06/17 + - Corrected memory leak and possible corruption when opening a group. + QAK - 2005/06/17 - Added check for opaque datatype tags being too long (check against H5T_OPAQUE_TAG_MAX, currently set to 256). QAK - 2005/06/14 - Fixed various errors in maintaining names for open objects in the |