From: Julian Seward Date: Wed, 29 Jul 2009 07:00:01 +0000 (+0000) Subject: Add a suppression apparently required by Darwin 9.7.0, 32-bit. X-Git-Tag: svn/VALGRIND_3_5_0~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61d3c19904db9380b783f4f1c6b79722a21108a1;p=thirdparty%2Fvalgrind.git Add a suppression apparently required by Darwin 9.7.0, 32-bit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10654 --- diff --git a/darwin9.supp b/darwin9.supp index 095fb5510e..f83549d784 100644 --- a/darwin9.supp +++ b/darwin9.supp @@ -97,8 +97,17 @@ fun:main } +# afaict this is legit. Might be caused by setenv("VAR=") +# where the value string is empty (not sure) { - futimes-1 + macos-Cond-7 + Memcheck:Cond + fun:__setenv + fun:putenv +} + +{ + macos-futimes-1 Memcheck:Param futimes(tvp[1]) fun:futimes @@ -156,14 +165,14 @@ # 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 fun:setenv$UNIX2003 } { - localeconv-leak + macos-localeconv-leak Memcheck:Leak fun:malloc fun:localeconv_l