diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-09-15 19:16:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 19:16:15 (GMT) |
commit | 4bf757e87bf1aa0d2e6fc5ee6128b795c535c27a (patch) | |
tree | 9ee2bdebe512e64b129f71792cc32f116eecf19a /java/src/hdf/hdf5lib/HDFArray.java | |
parent | 3cf0d48272f0ec6afbec318c90c945e91b7ba56d (diff) | |
download | hdf5-4bf757e87bf1aa0d2e6fc5ee6128b795c535c27a.zip hdf5-4bf757e87bf1aa0d2e6fc5ee6128b795c535c27a.tar.gz hdf5-4bf757e87bf1aa0d2e6fc5ee6128b795c535c27a.tar.bz2 |
1.10 Fixes a bad memory read and unfreed memory in fsinfo code (#893) (#1013)
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)
* Fixes a bad memory read and unfreed memory in fsinfo code
The segfault from CVE-2020-10810 was fixed some time ago, but the
illegal memory read and unfreed memory were not.
This fix tracks some buffer sizes and errors out gracefully on errors,
ensuring buffers are cleaned up and avoiding the H5FL infinite loop +
abort on library close.
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Committing clang-format changes
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'java/src/hdf/hdf5lib/HDFArray.java')
0 files changed, 0 insertions, 0 deletions