diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 12:30:09 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 12:30:09 +0000 |
commit | 54bfa6d94db16a77a5e765b765774d2d1399dd10 (patch) | |
tree | 5d3f35540edd13556d3aefa4ee64c0ab3f25ee64 /tools | |
parent | de66aac8b69c5e9f97905efb662557cfafb9b570 (diff) | |
download | chromium_src-54bfa6d94db16a77a5e765b765774d2d1399dd10.zip chromium_src-54bfa6d94db16a77a5e765b765774d2d1399dd10.tar.gz chromium_src-54bfa6d94db16a77a5e765b765774d2d1399dd10.tar.bz2 |
Suppress uninitialized reads in icu_46
+ widen wave[InOut]GetNumDevs suppression
BUG=81753
TBR=bruening
Review URL: http://codereview.chromium.org/7482043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/drmemory/suppressions.txt | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt index 5eb69e17..dd46244 100644 --- a/tools/valgrind/drmemory/suppressions.txt +++ b/tools/valgrind/drmemory/suppressions.txt @@ -395,11 +395,11 @@ LEAK # http://code.google.com/p/drmemory/issues/detail?id=454 UNINITIALIZED READ ... -WINMM.dll!waveOutGetNumDevs +WINMM.dll!wave*GetNumDevs LEAK ... -WINMM.dll!waveOutGetNumDevs +WINMM.dll!wave*GetNumDevs # http://code.google.com/p/drmemory/issues/detail?id=471 UNINITIALIZED READ @@ -726,6 +726,23 @@ LEAK *!IPC::ChannelProxy::ChannelProxy *!IPCChannelTest_ChannelProxyTest_Test::TestBody +# http://crbug.com/81753 +UNINITIALIZED READ +... +*!icu_46::RegexMatcher::MatchChunkAt +*!icu_46::RegexMatcher::findUsingChunk +*!icu_46::RegexMatcher::find +*!icu_46::RegexMatcher::find +*!autofill::MatchesPattern + +UNINITIALIZED READ +... +*!icu_46::RegexMatcher::MatchChunkAt +*!icu_46::RegexMatcher::matches +*!i18n::phonenumbers::IcuRegExp::Match +*!i18n::phonenumbers::RegExp::FullMatch +*!i18n::phonenumbers::PhoneNumberUtil::IsViablePhoneNumber + # http://crbug.com/87612 LEAK ... |