mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
addr2line: initialize die to NULL
GCC on MIPS produced a 'may be used uninitialized' warning after r289071. Reported by: sbruno Pointy hat to: emaste
This commit is contained in:
parent
76ebbd8fae
commit
7a2e729ba2
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ translate(Dwarf_Debug dbg, const char* addrstr)
|
|||
addr += section_base;
|
||||
lineno = 0;
|
||||
file = unknown;
|
||||
die = NULL;
|
||||
lbuf = NULL;
|
||||
lcount = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue