mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
sh: Fix up uninitialized variable warning in dwarf unwinder.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -902,7 +902,7 @@ static int dwarf_parse_section(char *eh_frame_start, char *eh_frame_end,
|
|||||||
u32 entry_type;
|
u32 entry_type;
|
||||||
void *p, *entry;
|
void *p, *entry;
|
||||||
int count, err = 0;
|
int count, err = 0;
|
||||||
unsigned long len;
|
unsigned long len = 0;
|
||||||
unsigned int c_entries, f_entries;
|
unsigned int c_entries, f_entries;
|
||||||
unsigned char *end;
|
unsigned char *end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user