hdf5/utils/tools
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
..
h5dwalk Call memset before stat calls (#4202) 2024-03-21 05:31:30 -07:00
test Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
CMakeLists.txt Update CMake code to 3.18 minimum version (#2080) 2022-09-02 17:31:29 -07:00
Makefile.am