forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when overwriting an indirectly nested vlen with a shorter s…
…equence (HDFGroup#4140)
- Loading branch information
Showing
3 changed files
with
243 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -591,6 +591,13 @@ Bug Fixes since HDF5-1.14.0 release | |
|
||
Library | ||
------- | ||
- Fixed error when overwriting certain nested variable length types | ||
|
||
Previously, when using a datatype that included a variable length type | ||
within a compound or array within another variable length type, and | ||
overwriting data with a shorter (top level) variable length sequence, an | ||
error could occur. This has been fixed. | ||
|
||
- Fixed asserts raised by large values of H5Pset_est_link_info() parameters | ||
|
||
If large values for est_num_entries and/or est_name_len were passed | ||
|
@@ -1543,6 +1550,9 @@ Known Problems | |
in the HDF5 source. Please report any new problems found to | ||
[email protected]. | ||
|
||
File space may not be released when overwriting or deleting certain nested | ||
variable length or reference types. | ||
|
||
|
||
CMake vs. Autotools installations | ||
================================= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters