mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
PR binutils/11419
* dwarf.c (process_debug_info): Initialise the signature array.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user