]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a couple of OSX 10.6 specific supps.
authorJulian Seward <jseward@acm.org>
Thu, 7 Oct 2010 15:45:59 +0000 (15:45 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 7 Oct 2010 15:45:59 +0000 (15:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11413

darwin10.supp

index f9515a573f8274122db945bdad20fbfb706a79bb..55f39fe0497e6f22d23f2c8d2e8eff92aabeed39 100644 (file)
@@ -5,6 +5,14 @@
 # Memcheck
 ##----------------------------------------------------------------------##
 
+# afaict this is legit.  Might be caused by setenv("VAR=")
+# where the value string is empty (not sure)
+{
+   macos-Cond-7
+   Memcheck:Cond
+   fun:__setenv
+}
+
 # From Jesse Ruderman.
 {
    Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framework.
    Memcheck:Cond
    fun:_ZN13HIMenuBarView31SetAdjustTextTitleBoundsAtIndexEih
    fun:_ZN13HIMenuBarView15MeasureAppMenusEv
- }
+}
+
+{
+   TFontFeatures::TFontFeatures(CGFont*) (in CoreText.framework)
+   Memcheck:Cond
+   fun:_ZN13TFontFeaturesC2EP6CGFont
+   fun:_ZNK9TBaseFont12CopyFeaturesEv
+}