OLD | NEW |
---|---|
1 # This file is used in addition to the one already maintained in Chrome. | 1 # This file is used in addition to the one already maintained in Chrome. |
2 # It acts as a place holder for future additions for WebRTC. | 2 # It acts as a place holder for future additions for WebRTC. |
3 # It must exist for the Python wrapper script to work properly. | 3 # It must exist for the Python wrapper script to work properly. |
4 | 4 |
5 # There are three kinds of suppressions in this file. | 5 # There are three kinds of suppressions in this file. |
6 # 1. third_party libraries | 6 # 1. third_party libraries |
7 # 2. webrtc stuff | 7 # 2. webrtc stuff |
8 # 3. libjingle stuff (talk folder) | 8 # 3. libjingle stuff (talk folder) |
9 #----------------------------------------------------------------------- | 9 #----------------------------------------------------------------------- |
10 | 10 |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
256 fun:WebRtcNetEQ_RecOut | 256 fun:WebRtcNetEQ_RecOut |
257 ... | 257 ... |
258 } | 258 } |
259 | 259 |
260 { | 260 { |
261 bug_270_2 | 261 bug_270_2 |
262 Memcheck:Uninitialized | 262 Memcheck:Uninitialized |
263 fun:WebRtcNetEQ_GetSpeechOutputType | 263 fun:WebRtcNetEQ_GetSpeechOutputType |
264 ... | 264 ... |
265 } | 265 } |
266 { | |
267 vfprintf | |
268 Memcheck:Uninitialized | |
269 fun:vfprintf | |
270 fun:vsnprintf | |
271 fun:snprintf | |
272 ... | |
kjellander_webrtc
2016/08/26 08:35:30
You have to keep the rest of the stuff after ... u
| |
273 } | |
274 | |
266 | 275 |
267 #----------------------------------------------------------------------- | 276 #----------------------------------------------------------------------- |
268 # libjingle stuff (talk folder) | 277 # libjingle stuff (talk folder) |
269 { | 278 { |
270 bug_2056_1 | 279 bug_2056_1 |
271 Memcheck:Leak | 280 Memcheck:Leak |
272 fun:malloc | 281 fun:malloc |
273 fun:_dl_close_worker | 282 fun:_dl_close_worker |
274 fun:_dl_close | 283 fun:_dl_close |
275 fun:_dl_catch_error | 284 fun:_dl_catch_error |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
436 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb | 445 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb |
437 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv | 446 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv |
438 } | 447 } |
439 { | 448 { |
440 bug_5989 | 449 bug_5989 |
441 Memcheck:Unaddressable | 450 Memcheck:Unaddressable |
442 ... | 451 ... |
443 fun:_ZNK3rtc15CriticalSection5EnterEv | 452 fun:_ZNK3rtc15CriticalSection5EnterEv |
444 ... | 453 ... |
445 } | 454 } |
OLD | NEW |