From a7ee14ebf540e43862cefb2516f18f770230f198 Mon Sep 17 00:00:00 2001 From: philipel Date: Tue, 31 Jan 2017 02:45:54 -0800 Subject: [PATCH] Suppress Memcheck:Uninitialized error when printing rtc::optional. BUG=chromium:687087, webrtc:6822 NOTRY=True Review-Url: https://codereview.webrtc.org/2669463003 Cr-Commit-Position: refs/heads/master@{#16372} --- tools-webrtc/valgrind/memcheck/suppressions.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools-webrtc/valgrind/memcheck/suppressions.txt b/tools-webrtc/valgrind/memcheck/suppressions.txt index bfb8ffcb88..6182f56d70 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 newline at end of file