diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-25 16:41:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-25 16:41:20 (GMT) |
commit | ccb58382401ead849076536c7e4b2bb89923f439 (patch) | |
tree | f74a2d830b7cd3e5ede73a83ca2eb5c2f3bbbd87 /release_docs | |
parent | 517f305420aaec091b3874c81494f8b0c15ba032 (diff) | |
download | hdf5-ccb58382401ead849076536c7e4b2bb89923f439.zip hdf5-ccb58382401ead849076536c7e4b2bb89923f439.tar.gz hdf5-ccb58382401ead849076536c7e4b2bb89923f439.tar.bz2 |
[svn-r7734] Purpose:
Bug fix
Description:
Single hyperslab selections (which were set with only one call to
H5Sselect_hyperslab) that had dimensions that could be "flattened" but were
interspersed with dimensions that could not be flattened were not correctly
handled, causing core dumps.
Solution:
Re-work "flattening" code to handle this case properly.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 82bc7fd..5643814 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -80,8 +80,12 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Single hyperslab selections (which were set with only one call to + H5Sselect_hyperslab) that had dimensions that could be "flattened" + but were interspersed with dimensions that could not be flattened + were not correctly handled, causing core dumps. QAK - 2003/10/25 - Fixed incorrect datatype of the third parameter to the Fortran90 - h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T)) + h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T)) EIP - 2003/10/13 - Fixed problems with accessing variable-length data datatypes on Crays. QAK - 2003/10/10 |