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

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

Issue 2376103004: Suppress a memcheck error in Opus decoder (Closed)
Patch Set: Created 4 years, 3 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 d6ab8079b2b7e88a73f52aca97588649404f4034..841a639f74136bcb9fbf0cf6965752b3f4a03f55 100644
--- a/tools/valgrind-webrtc/memcheck/suppressions.txt
+++ b/tools/valgrind-webrtc/memcheck/suppressions.txt
@@ -457,3 +457,18 @@
fun:_ZNK3rtc15CriticalSection5EnterEv
...
}
+{
+ bug_6444
+ Memcheck:Unaddressable
+ fun:pitch_search
+ fun:run_prefilter
+ fun:celt_encode_with_ec
+ fun:opus_encode_native
+ fun:opus_encode
+ fun:WebRtcOpus_Encode
+ fun:_ZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_7BufferTIhEE
+ fun:_ZN6webrtc12AudioEncoder6EncodeEjN3rtc9ArrayViewIKsEEPNS1_7BufferTIhEE
+ fun:_ZN6webrtc16AudioDecoderTest11EncodeFrameEPKsmPN3rtc7BufferTIhEE
+ fun:_ZN6webrtc16AudioDecoderTest16EncodeDecodeTestEmidii
+ fun:_ZN6webrtc44AudioDecoderOpusStereoTest_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