Add suppressions for memcheck errors.
BUG=webrtc:5983,webrtc:5984 NOTRY=True Review-Url: https://codereview.webrtc.org/2054683002 Cr-Commit-Position: refs/heads/master@{#13084}
This commit is contained in:
parent
efec5902a5
commit
1503df6aef
@ -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
|
||||
...
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user