diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-06-25 18:56:00 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-06-25 18:56:00 (GMT) |
commit | 02dc89e00b6ed9c16321861272c06e398832fdb5 (patch) | |
tree | d51d263386a1bef9924d4f2469f9ebc964b57b82 /release_docs | |
parent | 98b20f5bda4e26f3b4df197f74afed3aeef458f2 (diff) | |
download | hdf5-02dc89e00b6ed9c16321861272c06e398832fdb5.zip hdf5-02dc89e00b6ed9c16321861272c06e398832fdb5.tar.gz hdf5-02dc89e00b6ed9c16321861272c06e398832fdb5.tar.bz2 |
[svn-r17108] Purpose: Fix bug in H5Z_filter_info
Description:
Previously, when H5Z_filter_info was called for a filter that was not present,
it would succeed and return the information from one position past the end of
the pipeline, possibly causing a segfault. This affected at least
H5Pget_fitler_by_id1/2, and possibly other API functions. Fixed to properly
return failure.
Tested: jam, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0d6d31a..cae90d0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -167,6 +167,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a bug where H5Pget_fitler_by_id would succeed when called for a + filter that wasn't present. (NAF - 2009/06/25) - Fixed an issue with committed compound datatypes containing a vlen. Also fixed memory leaks involving committed datatypes. (NAF - 2009/06/10 - 1593) |