]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
A couple more leak supps for OSX10.7. Fixes #307557.
authorJulian Seward <jseward@acm.org>
Mon, 14 Oct 2013 11:29:47 +0000 (11:29 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 14 Oct 2013 11:29:47 +0000 (11:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13636

darwin11.supp

index ee57b1a4cd6a95ffd129b4342012010b1bb11016..3dc3cb4d0f8d64bf90be6906e00027e7946f7bc1 100644 (file)
 
 # 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
 #   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
+}