diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index cf5c8e1..0da2c22 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1961,7 +1961,7 @@ process_debug_info (struct dwarf_section *section, unsigned long cu_offset; int offset_size; int initial_length_size; - unsigned char signature[8]; + unsigned char signature[8] = { 0 }; unsigned long type_offset = 0; hdrptr = start; |