Remove memcheck suppressions pointing to libnss3.so
NSS has been replaced by BoringSSL/OpenSSL on all platforms, so the memcheck suppressions should no longer be required. BUG= R=kjellander@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2222243002 Cr-Commit-Position: refs/heads/master@{#13686}
This commit is contained in:
parent
752ce524e1
commit
ed2f1ef369
@ -10,15 +10,6 @@
|
||||
|
||||
# third_party libraries
|
||||
|
||||
{
|
||||
libnss_leak_hitting_trusty_machines
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
obj:/usr/lib/x86_64-linux-gnu/libnss3.so
|
||||
...
|
||||
fun:NSS_NoDB_Init
|
||||
...
|
||||
}
|
||||
{
|
||||
libc_free_hitting_gce_vms
|
||||
Memcheck:Free
|
||||
@ -64,18 +55,6 @@
|
||||
fun:_ZN9rtc6Thread3RunEv
|
||||
fun:_ZN9rtc6Thread6PreRunEPv
|
||||
}
|
||||
{
|
||||
bug_1976_2
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
obj:/usr/lib/x86_64-linux-gnu/libnss3.so
|
||||
...
|
||||
fun:NSS_NoDB_Init
|
||||
fun:_ZN9rtc10NSSContext13InitializeSSLEPFbPvE
|
||||
fun:_ZN9rtc13InitializeSSLEPFbPvE
|
||||
fun:_ZN9rtc10RandomTest13SetUpTestCaseEv
|
||||
fun:_ZN7testing8TestCase16RunSetUpTestCaseEv
|
||||
}
|
||||
{
|
||||
bug_2100_3
|
||||
Memcheck:Uninitialized
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user