]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a suppression apparently required by Darwin 9.7.0, 32-bit.
authorJulian Seward <jseward@acm.org>
Wed, 29 Jul 2009 07:00:01 +0000 (07:00 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 29 Jul 2009 07:00:01 +0000 (07:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10654

darwin9.supp

index 095fb5510e8ab07dd791ec361f69a34876524208..f83549d78475f4a03587d4bfa33896ef84414eb4 100644 (file)
    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
 # See https://bugs.kde.org/show_bug.cgi?id=188572 about this;  it's
 # unavoidable due to BSD setenv() semantics.
 {
-   <insert a suppression name here>
+   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