mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
0b4e9cf976
* Compound datatypes may not have members of size 0 A member size of 0 may lead to an FPE later on as reported in CVE-2021-46244. To avoid this, check for this as soon as the member is decoded. This should probably be done in H5O_dtype_decode_helper() already, however it is not clear whether all sizes are expected to be != 0. This fixes CVE-2021-46244 / Bug #2242. Signed-off-by: Egbert Eich <eich@suse.com> * Rework error recovery code in H5O__dtype_decode_helper() and H5O__dtype_decode(). * Format changes for src/H5Odtype.c. Signed-off-by: Egbert Eich <eich@suse.com> Co-authored-by: Neil Fortner <nfortne2@hdfgroup.org> Co-authored-by: Larry Knox <lrknox@hdfgroup.org> |
||
---|---|---|
.. | ||
HISTORY-1_0-1_8_0_rc3.txt | ||
HISTORY-1_8_0-1_10_0.txt | ||
HISTORY-1_8.txt | ||
HISTORY-1_10_0-1_12_0.txt | ||
HISTORY-1_10.txt | ||
HISTORY-1_12.txt | ||
HISTORY-1_13.txt | ||
INSTALL | ||
INSTALL_CMake.txt | ||
INSTALL_Cygwin.txt | ||
INSTALL_parallel | ||
INSTALL_Warnings.txt | ||
INSTALL_Windows.txt | ||
README_HDF5_CMake | ||
README_HPC | ||
RELEASE.txt | ||
USING_CMake_Examples.txt | ||
USING_HDF5_CMake.txt | ||
USING_HDF5_VS.txt |