mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
* Adds a release note for PR #2210 (CVE-2019-8396) * Capitalization issue fixed
This commit is contained in:
parent
d93c6fae43
commit
a8942c7413
@ -89,6 +89,17 @@ New Features
|
||||
|
||||
Library:
|
||||
--------
|
||||
- Fix for CVE-2019-8396
|
||||
|
||||
Malformed HDF5 files may have truncated content which does not match
|
||||
the expected size. When H5O__pline_decode() attempts to decode these it
|
||||
may read past the end of the allocated space leading to heap overflows
|
||||
as bounds checking is incomplete.
|
||||
|
||||
The fix ensures each element is within bounds before reading.
|
||||
|
||||
(2022/11/09 - HDFFV-10712, CVE-2019-8396, GitHub #2209)
|
||||
|
||||
- Removal of memory allocation sanity checks feature
|
||||
|
||||
This feature added heap canaries and statistics tracking for internal
|
||||
|
Loading…
Reference in New Issue
Block a user