hdf5/utils
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
..
mirror_vfd Add 'warning density' computation to the warnhist script (#3910) 2023-12-29 08:42:35 -06:00
subfiling_vfd Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
test Replaces HDgetenv with getenv (#3599) 2023-09-26 13:11:22 -07:00
tools Call memset before stat calls (#4202) 2024-03-21 05:31:30 -07:00
CMakeLists.txt Don't build util tests when HDF5_EXTERNALLY_CONFIGURED=ON (#3781) 2023-10-30 12:47:06 -05:00
Makefile.am Renamed h5fuse.sh to h5fuse (#3834) 2023-11-07 09:50:03 -06:00