diff options
| author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-11-24 22:20:13 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-24 22:20:13 (GMT) |
| commit | ca6f9e3716bd1a35624167986b836d2f7674bcd1 (patch) | |
| tree | fd1758681d3b25b5d5aa6a4b2dc55639c628a052 /java/test/TestH5P.java | |
| parent | 5c061219767cb3d5d387bae188f63756d75424aa (diff) | |
| download | hdf5-ca6f9e3716bd1a35624167986b836d2f7674bcd1.zip hdf5-ca6f9e3716bd1a35624167986b836d2f7674bcd1.tar.gz hdf5-ca6f9e3716bd1a35624167986b836d2f7674bcd1.tar.bz2 | |
Fixes an assert in H5Pget_filter_by_id1/2 w/ out-of-range IDs (#1222)
* Fixes an assert in H5Pget_filter_by_id1/2 w/ out-of-range IDs
Filter IDs < 0 or > H5Z_FILTER_MAX could trip an assert in the
library due to missing ID range checks in H5Pget_filter_by_id1/2.
The library now returns a normal error code when filter IDs are
out of range. Fixes HDFFV-11286.
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'java/test/TestH5P.java')
0 files changed, 0 insertions, 0 deletions
