From c9555bb95e8317ab3db6d4f57b7d4dee814bca55 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 1 Jul 2013 22:54:35 +0000 Subject: 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 --- tools/valgrind/memcheck/suppressions_linux.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tools') 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 +} -- cgit v1.1