Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1167)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 350713005: valgrind: Suppress an unitialized read. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 68621d8bfe96fa98767751053fe10f6e5a095a5d..a40bd727e120bff75d832d15a7fd829170d15be4 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6201,3 +6201,17 @@
fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE
fun:_ZN8chromeos24HostResolverImplChromeOSC1E13*
}
+{
+ bug_387993
+ Memcheck:Uninitialized
+ fun:_ZN11SkBaseMutex7acquireEv
+ fun:_ZN18SkAutoMutexAcquireC2EP11SkBaseMutex
+ fun:_ZN18SkAutoMutexAcquireC1EP11SkBaseMutex
+ fun:_ZN12SkGlyphCache10VisitCacheEP10SkTypefacePK12SkDescriptorPFbPKS_PvES7_
+ fun:_ZN12SkGlyphCache11DetachCacheEP10SkTypefacePK12SkDescriptor
+ fun:_ZL14DetachDescProcP10SkTypefacePK12SkDescriptorPv
+ fun:_ZNK7SkPaint14descriptorProcEPK18SkDevicePropertiesPK8SkMatrixPFvP10SkTypefacePK12SkDescriptorPvESB_b
+ fun:_ZNK7SkPaint11detachCacheEPK18SkDevicePropertiesPK8SkMatrixb
+ fun:_ZN16SkAutoGlyphCacheC2ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
+ fun:_ZN16SkAutoGlyphCacheC1ERK7SkPaintPK18SkDevicePropertiesPK8SkMatrix
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698