Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eca28e37 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up uninitialized variable warning in dwarf unwinder.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 1c8db713
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -902,7 +902,7 @@ static int dwarf_parse_section(char *eh_frame_start, char *eh_frame_end,
	u32 entry_type;
	void *p, *entry;
	int count, err = 0;
	unsigned long len;
	unsigned long len = 0;
	unsigned int c_entries, f_entries;
	unsigned char *end;