]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge from trunk, r11519 (Add suppressions for __setenv leak.)
authorJulian Seward <jseward@acm.org>
Mon, 14 Feb 2011 10:51:56 +0000 (10:51 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 14 Feb 2011 10:51:56 +0000 (10:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_6_BRANCH@11551

darwin10.supp

index 55f39fe0497e6f22d23f2c8d2e8eff92aabeed39..8bbe37ecbcbab82362221aa27e6ba68bc24c6515 100644 (file)
    fun:_ZN13TFontFeaturesC2EP6CGFont
    fun:_ZNK9TBaseFont12CopyFeaturesEv
 }
+
+# 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
+}