summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-01 22:54:35 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-01 22:54:35 +0000
commitc9555bb95e8317ab3db6d4f57b7d4dee814bca55 (patch)
tree065dbb4b5804b090b183f93a74e46bc29a1da389 /tools
parent6abf88deaa410566ad4d57717e6fa204a9c85fb6 (diff)
downloadchromium_src-c9555bb95e8317ab3db6d4f57b7d4dee814bca55.zip
chromium_src-c9555bb95e8317ab3db6d4f57b7d4dee814bca55.tar.gz
chromium_src-c9555bb95e8317ab3db6d4f57b7d4dee814bca55.tar.bz2
Valgrind: Supress a possible memory error in gfx::RenderTextLinux::TextIndexToLayoutIndex().
BUG=256436 TBR=msw@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/18417002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_linux.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_linux.txt b/tools/valgrind/memcheck/suppressions_linux.txt
index 6b3d69c..8386286 100644
--- a/tools/valgrind/memcheck/suppressions_linux.txt
+++ b/tools/valgrind/memcheck/suppressions_linux.txt
@@ -32,3 +32,16 @@
# in our own code, or stuff that is so trivial it's not worth fixing.
# 3. Suppressions for real chromium bugs that are not yet fixed.
+
+{
+ bug_256436
+ Memcheck:Unaddressable
+ fun:g_utf8_offset_to_pointer
+ fun:_ZNK3gfx15RenderTextLinux22TextIndexToLayoutIndexEm
+ fun:_ZNK3gfx15RenderTextLinux21GetRunContainingCaretERKNS_14SelectionModelE
+ fun:_ZN3gfx15RenderTextLinux26AdjacentCharSelectionModelERKNS_14SelectionModelENS_21VisualCursorDirectionE
+ fun:_ZN3gfx10RenderText25GetAdjacentSelectionModelERKNS_14SelectionModelENS_9BreakTypeENS_21VisualCursorDirectionE
+ fun:_ZN3gfx10RenderText10MoveCursorENS_9BreakTypeENS_21VisualCursorDirectionEb
+ fun:_ZN3gfx12_GLOBAL__N_126RunMoveCursorLeftRightTestEPNS_10RenderTextERKSt6vectorINS_14SelectionModelESaIS4_EENS_21VisualCursorDirectionE
+ fun:_ZN3gfx46RenderTextTest_TruncatedCursorMovementLTR_Test8TestBodyEv
+}