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

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

Issue 647153002: [MemSheriff] Suppress uninit reads for Speech Recognition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem-422472
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 b1b0b4b60b5d692e46fc49e1df48010479dc47b3..fb817dca87ec20446de9a7963de652ed3f19d6e9 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -692,3 +692,12 @@ shared_memory_support.dll!media::FromInterleavedInternal<>
...
*!content::SpeechRecognitionAudioSinkTest::CaptureAudio
*!content::SpeechRecognitionAudioSinkTest_SyncSocketFailsSendingData_Test::TestBody
+
+UNINITIALIZED READ
+name=http://crbug.com/422472 (d)
+content.dll!content::`anonymous namespace'::MaxAmplitude
+content.dll!content::MediaStreamAudioLevelCalculator::Calculate
+content.dll!content::WebRtcLocalAudioTrack::Capture
+...
+*!content::SpeechRecognitionAudioSinkTest_*_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