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

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

Issue 643443005: [MemSheriff] Suppress uninit reads for Speech Recognition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 5840dc1b296f68d237ded3ce5ae6518f0e2576c9..b1b0b4b60b5d692e46fc49e1df48010479dc47b3 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -667,3 +667,28 @@ blink_web.dll!blink::FrameView::removeFromAXObjectCache
blink_web.dll!blink::FrameView::prepareForDetach
blink_web.dll!blink::LocalFrame::setView
blink_web.dll!blink::FrameTree::~FrameTree
+
+UNINITIALIZED READ
+name=http://crbug.com/422472 (a)
+shared_memory_support.dll!media::FromInterleavedInternal<>
+shared_memory_support.dll!media::AudioBus::FromInterleavedPartial
+shared_memory_support.dll!media::AudioBus::FromInterleaved
+content.dll!content::SpeechRecognitionAudioSink::OnData
+content.dll!content::MediaStreamAudioSinkOwner::OnData
+content.dll!content::WebRtcLocalAudioTrack::Capture
+*!content::SpeechRecognitionAudioSinkTest_RecognizerNotifiedOnSocket_Test::TestBody
+*!testing::internal::HandleExceptionsInMethodIfSupported<>
+
+UNINITIALIZED READ
+name=http://crbug.com/422472 (b)
+shared_memory_support.dll!media::FromInterleavedInternal<>
+...
+*!content::SpeechRecognitionAudioSinkTest::CaptureAudio
+*!content::SpeechRecognitionAudioSinkTest_OnReadyStateChangedOccured_Test::TestBody
+
+UNINITIALIZED READ
+name=http://crbug.com/422472 (c)
+shared_memory_support.dll!media::FromInterleavedInternal<>
+...
+*!content::SpeechRecognitionAudioSinkTest::CaptureAudio
+*!content::SpeechRecognitionAudioSinkTest_SyncSocketFailsSendingData_Test::TestBody
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698