summaryrefslogtreecommitdiff
path: root/plugins/elf/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/strings.c')
-rw-r--r--plugins/elf/strings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/elf/strings.c b/plugins/elf/strings.c
index cc40db1..a14b389 100644
--- a/plugins/elf/strings.c
+++ b/plugins/elf/strings.c
@@ -142,8 +142,6 @@ bool find_all_elf_strings(GElfFormat *format, wgroup_id_t gid, GtkStatusStack *s
if (!got_string)
{
- assert(false);
-
max = ELF_HDR(format, format->header, e_phoff)
+ ELF_HDR(format, format->header, e_phnum) * ELF_SIZEOF_PHDR(format);