mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-07 09:53:42 +01:00
Fix in proc info searching
This commit is contained in:
parent
262fa7f56e
commit
91d4e65da7
1 changed files with 3 additions and 0 deletions
|
@ -752,6 +752,9 @@ find_proc_fde (unw_word_t ip, unw_word_t *fde_addr,
|
|||
ret = dl_iterate_phdr (callback, &cb_data);
|
||||
sigprocmask (SIG_SETMASK, &saved_mask, NULL);
|
||||
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
if (ret == 0)
|
||||
{
|
||||
ret = -UNW_ENOINFO;
|
||||
|
|
Loading…
Reference in a new issue