diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-09-01 04:30:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 04:30:15 (GMT) |
commit | c33164e2b30ecb98aeef3f7b2e92f11c27faa203 (patch) | |
tree | dfba5eb0d24477f3c0a918a555b8fb67ef4bd1e3 /release_docs | |
parent | 14fd7b2bf9c1cf52aff3b99c70822c463e451154 (diff) | |
download | hdf5-c33164e2b30ecb98aeef3f7b2e92f11c27faa203.zip hdf5-c33164e2b30ecb98aeef3f7b2e92f11c27faa203.tar.gz hdf5-c33164e2b30ecb98aeef3f7b2e92f11c27faa203.tar.bz2 |
[1.10 Merge] Fix assertion failure during file close on error (#3460)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 668c648..9bf9fe0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -135,6 +135,17 @@ Bug Fixes since HDF5-1.10.10 release =================================== Library ------- + - Fixed an assertion failure in Parallel HDF5 when a file can't be created + due to an invalid library version bounds setting + + An assertion failure could occur in H5MF_settle_raw_data_fsm when a file + can't be created with Parallel HDF5 due to specifying the use of a paged, + persistent file free space manager + (H5Pset_file_space_strategy(..., H5F_FSPACE_STRATEGY_PAGE, 1, ...)) with + an invalid library version bounds combination + (H5Pset_libver_bounds(..., H5F_LIBVER_EARLIEST, H5F_LIBVER_V18)). This + has now been fixed. + - Fixed an assertion in a previous fix for CVE-2016-4332 An assert could fail when processing corrupt files that have invalid |