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

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

Issue 1803533002: Suppress invalid read in Opus. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 9919522e8382604c6786bddb4677fa599c26bc9b..1324ccbf7de28923f002d8b131f8e78badfd3be0 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -416,3 +416,23 @@
fun:_ZN12_GLOBAL__N_118StatsCollectorTest22TestCertificateReportsERKN3rtc18FakeSSLCertificateERKSt6vectorISsSaISsEES4_S9_
fun:_ZN12_GLOBAL__N_156StatsCollectorTest_ChainedCertificateReportsCreated_Test8TestBodyEv
}
+{
+ bug_5651
+ Memcheck:Unaddressable
+ fun:silk_NLSF_encode
+ fun:silk_process_NLSFs
+ fun:silk_process_NLSFs_FLP
+ fun:silk_find_pred_coefs_FLP
+ fun:silk_encode_frame_FLP
+ fun:silk_Encode
+ fun:opus_encode_native
+ fun:opus_encode
+ fun:WebRtcOpus_Encode
+ fun:_ZZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_6BufferEENK3$_0clENS2_IhEE
+ fun:_ZN3rtc6Buffer10AppendDataIhZN6webrtc16AudioEncoderOpus10EncodeImplEjNS_9ArrayViewIKsEEPS0_E3$_0Li0EEEmmOT0_
+ fun:_ZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_6BufferE
+ fun:_ZN6webrtc12AudioEncoder6EncodeEjN3rtc9ArrayViewIKsEEPNS1_6BufferE
+ fun:_ZN6webrtc16AudioDecoderTest11EncodeFrameEPKsmPN3rtc6BufferE
+ fun:_ZN6webrtc16AudioDecoderTest16EncodeDecodeTestEmidii
+ fun:_ZN6webrtc38AudioDecoderOpusTest_EncodeDecode_Test8TestBodyEv
+}
« 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