mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
(unwi_extract_dynamic_proc_info): Clear lsda and unwind_info_size for
dynamic-info format. (Logical change 1.56)
This commit is contained in:
parent
7343841308
commit
6a9c819f7f
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ unwi_extract_dynamic_proc_info (unw_addr_space_t as, unw_word_t ip,
|
|||
{
|
||||
case UNW_INFO_FORMAT_DYNAMIC:
|
||||
pi->handler = di->u.pi.handler;
|
||||
pi->lsda = 0;
|
||||
pi->flags = di->u.pi.flags;
|
||||
pi->unwind_info_size = 0;
|
||||
if (need_unwind_info)
|
||||
pi->unwind_info = di;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue