mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
libbacktrace: avoid infinite recursion (febbb9b)
This commit is contained in:
parent
12c8592325
commit
0d0e56dca3
@ -6860,7 +6860,8 @@ elf_add (struct backtrace_state *state, const char *filename, int descriptor,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!gnu_debugdata_view_valid
|
if (!debuginfo
|
||||||
|
&& !gnu_debugdata_view_valid
|
||||||
&& strcmp (name, ".gnu_debugdata") == 0)
|
&& strcmp (name, ".gnu_debugdata") == 0)
|
||||||
{
|
{
|
||||||
if (!elf_get_view (state, descriptor, memory, memory_size,
|
if (!elf_get_view (state, descriptor, memory, memory_size,
|
||||||
|
Loading…
Reference in New Issue
Block a user