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

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

Issue 2669463003: Suppress Memcheck:Uninitialized error when printing rtc::optional. (Closed)
Patch Set: Created 3 years, 11 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-webrtc/valgrind/memcheck/suppressions.txt
diff --git a/tools-webrtc/valgrind/memcheck/suppressions.txt b/tools-webrtc/valgrind/memcheck/suppressions.txt
index bfb8ffcb88a3974f5405ce9c76250fc6c7fdb164..6182f56d7061c447ce92bd3b2122c38a6f4900a8 100644
--- a/tools-webrtc/valgrind/memcheck/suppressions.txt
+++ b/tools-webrtc/valgrind/memcheck/suppressions.txt
@@ -530,3 +530,15 @@
fun:WebRtcOpus_Decode*
...
}
+{
+ bug_687087
+ Memcheck:Uninitialized
+ fun:vfprintf
+ fun:vsnprintf
+ fun:snprintf
+ fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
+ fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
+ fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
+ fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
+ ...
+}
« 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