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

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

Issue 8825002: Another Uninitialized suppression case for WidthIterator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 04d1b2da18f3c71a6705ab4c2f997f604a4e66e0..92cf61e675dfb5f53059f4ad4271e4bb40b29cea 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4766,6 +4766,14 @@
fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEiii
}
{
+ bug_101755_b1
+ Memcheck:Uninitialized
+ fun:_ZN7WebCore13WidthIterator*
+ fun:_ZNK7WebCore4Font23floatWidthForSimpleTextERKNS_7TextRunEPNS_11GlyphBufferEPN3WTF7HashSetIPKNS_14SimpleFontDataENS6_7PtrHashISA_EENS6_10HashTraitsISA_EEEEPNS_13GlyphOverflowE
+ fun:_ZNK7WebCore4Font30offsetForPositionForSimpleTextERKNS_7TextRunEfb
+ fun:_ZNK7WebCore4Font17offsetForPositionERKNS_7TextRunEfb
+}
+{
bug_101755_c
Memcheck:Uninitialized
fun:_ZN7WebCore21ComplexTextController*
« 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