Skip to content

Commit

Permalink
fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
simo981 committed Apr 16, 2024
1 parent a7d4ab2 commit bdfa451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ void gen_bin_perms(unsigned short *arr, size_t size, size_t idx, size_t max, siz
if (delim)
{
delim_t delim_words[delim];
memset(&delim_words, 0x0, sizeof(delim_t) * delim);
size_t delim_size = 0;
for (size_t d = 0; d < delim; d++)
{
Expand Down

0 comments on commit bdfa451

Please sign in to comment.