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

Unified Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2054683002: Add suppressions for memcheck errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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-webrtc/memcheck/suppressions.txt
diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt
index 941f40d3b744835dec47fd6a369a2b79f526a505..9efb639200918af33439cb124f46764a70072c2b 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -420,3 +420,24 @@
fun:opus_encode
fun:WebRtcOpus_Encode
}
+{
+ bug_5983
+ Memcheck:Uninitialized
+ fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE
+ ...
+}
+{
+ bug_5984
+ Memcheck:Uninitialized
+ fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb
+ ...
+}
+{
+ Ubuntu_Precise_Itoa_Optimized_Code
kjellander_webrtc 2016/06/09 07:12:14 Move this one to the section # third_party librari
åsapersson 2016/06/09 07:19:53 Done.
+ Memcheck:Uninitialized
+ fun:_itoa_word
+ fun:vfprintf
+ fun:vsnprintf
+ fun:snprintf
+ ...
+}
« 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