mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
parent
67958ccce8
commit
e58ca79741
1 changed files with 17 additions and 0 deletions
|
@ -214,3 +214,20 @@
|
||||||
...
|
...
|
||||||
fun:sethostent
|
fun:sethostent
|
||||||
}
|
}
|
||||||
|
# Some gnutls conditional failure, taken from
|
||||||
|
# https://salsa.debian.org/debian/flatpak/commit/fb4a8dda211c4bc036781f2b0d706266e95ce068
|
||||||
|
{
|
||||||
|
gnutls_import_fail
|
||||||
|
Memcheck:Cond
|
||||||
|
...
|
||||||
|
fun:gnutls_x509_ext_import_subject_alt_names
|
||||||
|
fun:gnutls_x509_crt_import
|
||||||
|
}
|
||||||
|
{
|
||||||
|
gnutls_x509_trust_list_add_cas cond failure
|
||||||
|
Memcheck:Cond
|
||||||
|
...
|
||||||
|
fun:gnutls_x509_trust_list_add_cas
|
||||||
|
fun:gnutls_x509_trust_list_add_trust_mem
|
||||||
|
fun:gnutls_x509_trust_list_add_trust_file
|
||||||
|
}
|
Loading…
Reference in a new issue