hdf5/hl/test
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
..
testfiles Develop tools move (#3580) 2023-09-26 13:46:55 -07:00
CMakeLists.txt Make sure that ONLY_SHARED_LIBS option is correctly set (#2544) 2023-03-13 16:24:49 -05:00
CMakeTests.cmake Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
gen_test_ds.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
gen_test_ld.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
h5hltest.h Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
H5srcdir_str.h.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
Makefile.am Add tools/libtest to Autotools builds (#3735) 2023-10-20 15:50:57 -05:00
pal_rgb.h Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
test_ds.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_dset_append.c Call memset before stat calls (#4202) 2024-03-21 05:31:30 -07:00
test_file_image.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_h5do_compat.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_image.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_ld.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_lite.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_packet_vlen.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_packet.c Remove HD/hbool_t from high-level lib (#3183) 2023-06-27 17:42:48 -07:00
test_table.c Restore floating-point suffixes in tests (#3698) 2023-10-17 12:22:27 -07:00