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

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..cea759b52a9f2bd6fdd809a05e330faf89022347 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -27,6 +27,15 @@
fun:_vgnU_freeres
...
}
+{
+ Ubuntu_Precise_Itoa_Optimized_Code
+ Memcheck:Uninitialized
+ fun:_itoa_word
+ fun:vfprintf
+ fun:vsnprintf
+ fun:snprintf
+ ...
+}
#-----------------------------------------------------------------------
# webrtc stuff
@@ -420,3 +429,15 @@
fun:opus_encode
fun:WebRtcOpus_Encode
}
+{
+ bug_5983
+ Memcheck:Uninitialized
+ fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE
+ ...
+}
+{
+ bug_5984
+ Memcheck:Uninitialized
+ fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb
+ ...
+}
« 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