diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/x86.supp | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/etc/x86.supp b/src/etc/x86.supp index f829f2ad..beb48223 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -11,4 +11,14 @@ Memcheck:Leak fun:calloc fun:_dl_allocate_tls -}
\ No newline at end of file +} + +{ + mac-dyld-oddity + Memcheck:Cond + fun:_ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_ + fun:_ZN13dyldbootstrap5startEPK12macho_headeriPPKcl + fun:_dyld_start + obj:* +} + |