From: Julian Seward Date: Mon, 14 Oct 2013 11:29:47 +0000 (+0000) Subject: A couple more leak supps for OSX10.7. Fixes #307557. X-Git-Tag: svn/VALGRIND_3_9_0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46fd442048d2410bcfdfa2dcabcf284e0cb7a53;p=thirdparty%2Fvalgrind.git A couple more leak supps for OSX10.7. Fixes #307557. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13636 --- diff --git a/darwin11.supp b/darwin11.supp index ee57b1a4cd..3dc3cb4d0f 100644 --- a/darwin11.supp +++ b/darwin11.supp @@ -200,12 +200,12 @@ # See https://bugs.kde.org/show_bug.cgi?id=188572 about this; it's # unavoidable due to BSD setenv() semantics. -#{ -# macos-__setenv-leak-see-our-bug-188572 -# Memcheck:Leak -# fun:malloc_zone_malloc -# fun:__setenv -#} +{ + macos-__setenv-leak-see-our-bug-188572 + Memcheck:Leak + fun:malloc_zone_malloc + fun:__setenv +} #{ # libSystem-keymgr-leak-at-exit @@ -216,3 +216,14 @@ # fun:__keymgr_initializer # fun:libSystem_initializer #} + +# From Gary Kwong +{ + macos-malloc_set_zone_name-see-our-bug-307557 + Memcheck:Leak + fun:malloc_zone_malloc + ... + fun:malloc_set_zone_name + ... + fun:init__zone0 +}