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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 15658008: Suppress uninitialized read report in WebRtcAudioRenderer::SourceCallback on MacOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 800ea94c840544a58979d94ef8a3f8f752c12c27..81e3e153cf3bc7af15bf8be852e3374d932bc2d4 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2370,3 +2370,11 @@
fun:_ZN7content23VideoDestinationHandler4OpenEPNS_28MediaStreamDependencyFactoryEPNS_28MediaStreamRegistryInterfaceERKSsPPNS_20FrameWriterInterfaceE
fun:_ZN7content37VideoDestinationHandlerTest_Open_Test8TestBodyEv
}
+{
+ bug_244437
+ Memcheck:Uninitialized
+ fun:_ZN5mediaL23FromInterleavedInternalIssLs0EEEvPKviiPNS_8AudioBusEff
+ fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii
+ fun:_ZN5media8AudioBus15FromInterleavedEPKvii
+ fun:_ZN7content19WebRtcAudioRenderer14SourceCallbackEiPN5media8AudioBusE
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698