mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
ci: add suppressions for OpenSSL false positives
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
parent
2ec1c5fdfb
commit
22ec1d8e4e
1 changed files with 67 additions and 0 deletions
|
@ -49,3 +49,70 @@
|
|||
Memcheck:Cond
|
||||
fun:_ZN3srt4CUDT11sendCtrlAckERNS_7CPacketEi
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
<openssl_poll leaks all over the place atm, needs debugging>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect,definite
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
...
|
||||
fun:openssl_poll
|
||||
...
|
||||
}
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect,definite
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
...
|
||||
fun:SSL_read
|
||||
...
|
||||
}
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
...
|
||||
fun:dtls1_read_bytes
|
||||
fun:ssl3_read_internal.part.0
|
||||
}
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect,definite
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
fun:CRYPTO_zalloc
|
||||
fun:EVP_RAND_CTX_new
|
||||
...
|
||||
fun:RSA_generate_multi_prime_key
|
||||
fun:init_generated
|
||||
...
|
||||
}
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect,definite
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
...
|
||||
fun:gst_dtls_certificate_set_property
|
||||
...
|
||||
}
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: indirect
|
||||
fun:malloc
|
||||
fun:CRYPTO_malloc
|
||||
...
|
||||
fun:srtp_crypto_kernel_init
|
||||
fun:srtp_init
|
||||
fun:srtp_element_init
|
||||
fun:gst_element_register_srtpenc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue