| Index: binaries/mac/lib/valgrind/default.supp
 | 
| ===================================================================
 | 
| --- binaries/mac/lib/valgrind/default.supp	(revision 64717)
 | 
| +++ binaries/mac/lib/valgrind/default.supp	(working copy)
 | 
| @@ -58,6 +58,36 @@
 | 
|  }
 | 
|  
 | 
|  
 | 
| +# Invalid read of size 16
 | 
| +#    at 0x5643A5C: ??? (strcpy.S:94)
 | 
| +#    by 0x50C6A99: XtResolvePathname (in /usr/lib/libXt.so.6.0.0)
 | 
| +#    by 0x50C3856: XtScreenDatabase (in /usr/lib/libXt.so.6.0.0)
 | 
| +#    by 0x50C4386: _XtDisplayInitialize (in /usr/lib/libXt.so.6.0.0)
 | 
| +{
 | 
| +   Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept
 | 
| +   exp-ptrcheck:Heap
 | 
| +   obj:/*lib*/libc-2.*so*
 | 
| +   obj:/*lib*/libX*so*
 | 
| +}
 | 
| +{
 | 
| +   Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 2
 | 
| +   exp-ptrcheck:Heap
 | 
| +   obj:/*lib*/libc-2.*so*
 | 
| +   obj:/*lib*/libICE*so*
 | 
| +}
 | 
| +{
 | 
| +   Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 3
 | 
| +   exp-ptrcheck:Heap
 | 
| +   obj:/*lib*/libc-2.*so*
 | 
| +   obj:/*lib*/libglib*so*
 | 
| +}
 | 
| +{
 | 
| +   Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 4
 | 
| +   exp-ptrcheck:Heap
 | 
| +   obj:/*lib*/libc-2.*so*
 | 
| +   obj:/*lib*/libfontconfig*so*
 | 
| +}
 | 
| +
 | 
|  ##----------------------------------------------------------------------##
 | 
|  
 | 
|  # Errors to suppress by default with XFree86 3.3.6)
 | 
| @@ -612,6 +642,9 @@
 | 
|     fun:_IO_default_xsputn
 | 
|     obj:/lib*/libc-2.*so*
 | 
|  }
 | 
| +
 | 
| +# DRD suppressions for Darwin 9.x / Mac OS X 10.5 Leopard
 | 
| +
 | 
|  #
 | 
|  # Suppression patterns for dyld, the dynamic loader.
 | 
|  #
 | 
| @@ -1260,6 +1293,30 @@
 | 
|     fun:vsnprintf
 | 
|  }
 | 
|  
 | 
| +{
 | 
| +   macos-TFontFeatures::TFontFeatures(unsigned long)-uninitialised-stack-val
 | 
| +   Memcheck:Cond
 | 
| +   fun:_ZN13TFontFeaturesC2Em
 | 
| +   fun:_ZNK9TBaseFont12CopyFeaturesEv
 | 
| +}
 | 
| +
 | 
| +# Conditional jump or move depends on uninitialised value(s)
 | 
| +#    at 0x4E5CD59: _DPSNextEvent (in /System/Library/Frameworks
 | 
| +#                  /AppKit.framework/Versions/C/AppKit)
 | 
| +#    by 0x4E5BF87: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
 | 
| +#                  (in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit)
 | 
| +#    by 0x4E54F9E: -[NSApplication run] (in /System/Library/Frameworks
 | 
| +#                  /AppKit.framework/Versions/C/AppKit)
 | 
| +#  Uninitialised value was created by a stack allocation
 | 
| +#    at 0x4E5C450: _DPSNextEvent (in /System/Library/Frameworks
 | 
| +#                                    /AppKit.framework/Versions/C/AppKit)
 | 
| +{
 | 
| +   macos-_DPSNextEvent-stack-allocated-uninit
 | 
| +   Memcheck:Cond
 | 
| +   fun:_DPSNextEvent
 | 
| +}
 | 
| +
 | 
| +
 | 
|  ##----------------------------------------------------------------------##
 | 
|  # Helgrind
 | 
|  ##----------------------------------------------------------------------##
 | 
| 
 |