hdf5/release_docs
Egbert Eich 0f94940f1a
H5O_dtype_decode_helper: Parent of enum needs to have same size as enum itself (#2237)
The size of the enumeration values is determined by the size of the parent.
Functions accessing the enumeration values use the size of the enumeration
to determine the size of each element and how much data to copy. Thus the
size of the enumeration and its parent need to match.
Check here to avoid unpleasant surprises later.

This fixes CVE-2018-14031 / Bug #2236.

Signed-off-by: Egbert Eich <eich@suse.com>
2022-11-11 00:05:00 -06:00
..
HISTORY-1_0-1_8_0_rc3.txt spelling fixes (#1561) 2022-03-31 10:42:30 -05:00
HISTORY-1_8_0-1_10_0.txt spelling fixes (#1561) 2022-03-31 10:42:30 -05:00
HISTORY-1_8.txt Fixes codespell issues (#2032) 2022-08-17 16:31:54 -07:00
HISTORY-1_10_0-1_12_0.txt Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
HISTORY-1_10.txt Fixes codespell issues (#2032) 2022-08-17 16:31:54 -07:00
HISTORY-1_12.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
HISTORY-1_13.txt Update link for Software Changes in RELEASE.txt. (#2205) 2022-11-01 16:14:52 -05:00
INSTALL Set default level to minimum time (#1722) 2022-05-17 11:54:05 -05:00
INSTALL_CMake.txt Removes the memory allocation sanity checks feature (#2218) 2022-11-03 16:30:08 -07:00
INSTALL_Cygwin.txt Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
INSTALL_parallel
INSTALL_Warnings.txt Removed mentions of Wdeclaration-after-statement now that C99 is requ… (#447) 2021-05-03 09:08:37 -05:00
INSTALL_Windows.txt
README_HDF5_CMake Update examples reference to single-source version 2.0.1 (#2107) 2022-09-20 17:21:15 -05:00
README_HPC Update CMake code to 3.18 minimum version (#2080) 2022-09-02 17:31:29 -07:00
RELEASE.txt H5O_dtype_decode_helper: Parent of enum needs to have same size as enum itself (#2237) 2022-11-11 00:05:00 -06:00
USING_CMake_Examples.txt Update CMake code to 3.18 minimum version (#2080) 2022-09-02 17:31:29 -07:00
USING_HDF5_CMake.txt Update CMake code to 3.18 minimum version (#2080) 2022-09-02 17:31:29 -07:00
USING_HDF5_VS.txt