Skip to content

Commit

Permalink
Patched to compile on newer GCCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 28, 2015
1 parent 800a3c4 commit 31eb65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/fatelf-utils.c
Expand Up @@ -667,6 +667,8 @@ static int xfind_fatelf_record_by_fields(const FATELF_header *header,
int retval = -1;
int i = 0;

memset(&rec, '\0', sizeof (rec));

while (1)
{
const char ch = *ptr;
Expand Down

0 comments on commit 31eb65e

Please sign in to comment.