hdf5/tools/test/h5repack
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
..
expected Change compression tests reference files to use masking for compression ratios (#4083) 2024-03-10 16:43:37 -07:00
testfiles Develop tools move (#3580) 2023-09-26 13:46:55 -07:00
CMakeLists.txt Add variable option syncing for examples (#3885) 2023-12-14 12:50:30 -06:00
CMakeTests.cmake Change compression tests reference files to use masking for compression ratios (#4083) 2024-03-10 16:43:37 -07:00
CMakeVFDTests.cmake Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
dynlib_rpk.c Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
dynlib_vrpk.c Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5repack_plugin.sh.in Test scripts now execute in-source with creation of tmp dir (#3723) 2023-10-20 10:57:09 -07:00
h5repack.sh.in Change compression tests reference files to use masking for compression ratios (#4083) 2024-03-10 16:43:37 -07:00
h5repackgentest.c Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
h5repacktst.c Call memset before stat calls (#4202) 2024-03-21 05:31:30 -07:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
testh5repack_detect_szip.c Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00