diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-04-29 14:33:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 14:33:43 (GMT) |
commit | 16f9b070ce084313de37cc73968f70f2cba0b75a (patch) | |
tree | 187f19d17a5daff0b61d94fa0669b9277d2d0bd5 /fortran/src/CMakeLists.txt | |
parent | 138bc52facad0e6be4cfd13a860bb628c1dfd626 (diff) | |
download | hdf5-16f9b070ce084313de37cc73968f70f2cba0b75a.zip hdf5-16f9b070ce084313de37cc73968f70f2cba0b75a.tar.gz hdf5-16f9b070ce084313de37cc73968f70f2cba0b75a.tar.bz2 |
Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fapl (#601)
* Committing clang-format changes
* Fixes a segfault when H5Pset_mdc_log_options() is called multiple times
An internal string is incorrectly freed when the API call is invoked
multiple times on a property list, which will usually cause a segfault
to occur. On the first call the log location is NULL so the problem
doesn't occur.
Fixes HDFFV-11239
* Fixes typos
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'fortran/src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions