Skip to content

Commit edd2cdf

Browse files
Merge pull request #22 from kosmas-valianos/cov
Initialize pp_info_out in tests
2 parents e7fc7b9 + 49d44ff commit edd2cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ int main()
688688
for (i = 0; i < NUM_ELEMS(tests); i++)
689689
{
690690
printf("Running test: %s...", tests[i].name);
691-
pp_info_t pp_info_out;
691+
pp_info_t pp_info_out = {0};
692692
int32_t pp_parse_hdr_rc = 0;
693693
if (tests[i].raw_bytes_in)
694694
{

0 commit comments

Comments
 (0)