From 61d3c19904db9380b783f4f1c6b79722a21108a1 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 29 Jul 2009 07:00:01 +0000 Subject: [PATCH] Add a suppression apparently required by Darwin 9.7.0, 32-bit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10654 --- darwin9.supp | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 -- 2.47.3