summaryrefslogtreecommitdiff
path: root/plugins/elf/format.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-21 20:43:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-21 20:43:48 (GMT)
commit27f44a381ed8c317a16df450ec00ed87bbb9a4b3 (patch)
tree12fac37958fac2eadf5d457834b5fa84ad2fd2eb /plugins/elf/format.c
parentf12dc45c8b5139c0415a240c23bbc980f252a866 (diff)
Loaded strings from ELF files using all threads.
Diffstat (limited to 'plugins/elf/format.c')
-rw-r--r--plugins/elf/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/format.c b/plugins/elf/format.c
index 3394ba2..8c0f0fc 100644
--- a/plugins/elf/format.c
+++ b/plugins/elf/format.c
@@ -392,7 +392,7 @@ static bool g_elf_format_analyze(GElfFormat *format, wgroup_id_t gid, GtkStatusS
if (!load_elf_symbols(format, gid, status))
goto gefa_error;
- if (!find_all_elf_strings(format))
+ if (!find_all_elf_strings(format, gid, status))
goto gefa_error;
if (!g_executable_format_complete_loading(exe, status))