hdf5/release_docs
Dana Robinson 138bc52fac
Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)
* Committing clang-format changes

* Fixes an issue where H5Pset_fapl_log sefaults when passed an invalid
fapl ID

This was due to a pointer-containing struct being memset after the first
internal API call. If the first call failed, the error condition would
check if the pointer was not NULL and then attempt to free it if not.
This would lead to the freeing of a wild pointer if an invalid fapl ID
were passed in.

This was fixed by reordering the memset and adding a test to ensure the
problem stays fixed.

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-29 06:57:02 -05:00
..
HISTORY-1_0-1_8_0_rc3.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
HISTORY-1_8_0-1_10_0.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
HISTORY-1_8.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
HISTORY-1_10_0-1_12_0.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
HISTORY-1_10.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
HISTORY-1_12.txt Update release text files (#109) 2020-11-23 12:04:49 -06:00
INSTALL URL and options corrections 2020-10-19 16:21:57 -05:00
INSTALL_CMake.txt CMake no longer builds the C++ library by default (#555) 2021-04-20 06:55:05 -05:00
INSTALL_Cygwin.txt Update examples and fix old version references. 2020-02-26 13:54:34 -06:00
INSTALL_parallel Updated the parallel install docs. 2018-12-31 05:07:30 -08:00
INSTALL_Warnings.txt Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" 2020-01-23 14:40:47 -08:00
INSTALL_Windows.txt
README_HDF5_CMake More info for building plugins with library 2020-09-28 09:41:43 -05:00
README_HPC Whitespace and url correction 2020-10-19 09:42:09 -05:00
RELEASE.txt Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607) 2021-04-29 06:57:02 -05:00
USING_CMake_Examples.txt Update examples and fix old version references. 2020-02-26 13:54:34 -06:00
USING_HDF5_CMake.txt Update examples and fix old version references. 2020-02-26 13:54:34 -06:00
USING_HDF5_VS.txt Update examples and fix old version references. 2020-02-26 13:54:34 -06:00