diff options
| -rw-r--r-- | mutrace.c | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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;  }  | 
