summaryrefslogtreecommitdiffstats
path: root/mutrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'mutrace.c')
-rw-r--r--mutrace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutrace.c b/mutrace.c
index 6148dc3..7feb4a9 100644
--- a/mutrace.c
+++ b/mutrace.c
@@ -479,6 +479,9 @@ static bool verify_frame(const char *s) {
if (strstr(s, "/" SONAME "("))
return false;
+ if (strstr(s, "/" SONAME " ["))
+ return false;
+
return true;
}