Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hdf5 1 8 22 #284

Merged
merged 3 commits into from
Jan 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,24 @@ Bug Fixes since HDF5-1.8.21

Library
-------
- Fixed issues CVE-2018-14033 and CVE-2018-11206

h5dump aborted when buffer size was corrupted, causing buffer over-read.

Checks for reading past the end of the buffer were added to prevent
the crashes and h5dump now simply fails with an error message when
this error condition occurs.

(BMR - 2020/12/16, HDFFV-10480 and HDFFV-11159)

- Fixed a segmentation fault

A segmentation fault occurred with a Mathworks corrupted file.

A detection of accessing a null pointer was added to prevent the problem.

(BMR - 2020/12/14, HDFFV-11150)

- Explicitly declared dlopen to use RTLD_LOCAL

dlopen documentation states that if neither RTLD_GLOBAL nor
Expand Down