hdf5/hl
Dana Robinson 15608c00b5
Call memset before stat calls (#4202)
The buffers passed to stat-like calls are only partially filled in by
the call, leaving ununitialized memory areas when the stat buffers are
created on the stack.

This change memsets the buffers to 0 before the stat calls, quieting
the -fsanitze=memory complaints.
2024-03-21 05:31:30 -07:00
..
c++ Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
examples Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
fortran Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
src Add support for _Float16 16-bit floating point type (#4065) 2024-03-18 21:36:46 -07:00
test Call memset before stat calls (#4202) 2024-03-21 05:31:30 -07:00
tools Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
CMakeLists.txt Fix missing NOT from if check in HL folder (#4036) 2024-02-22 14:55:15 -06:00
Makefile.am HL GIF tools changes (#2360) 2022-12-23 16:05:31 -08:00