From: Julian Seward Date: Mon, 14 Feb 2011 10:51:56 +0000 (+0000) Subject: Merge from trunk, r11519 (Add suppressions for __setenv leak.) X-Git-Tag: svn/VALGRIND_3_6_1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecdec9238f2b80c1332e2354dd643c2841f4121d;p=thirdparty%2Fvalgrind.git Merge from trunk, r11519 (Add suppressions for __setenv leak.) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_6_BRANCH@11551 --- diff --git a/darwin10.supp b/darwin10.supp index 55f39fe049..8bbe37ecbc 100644 --- a/darwin10.supp +++ b/darwin10.supp @@ -35,3 +35,12 @@ 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 +}