From e31b1d8859a350fbce87ba1def4058f71f6bfcd1 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Wed, 16 Jul 2025 09:27:40 +0100 Subject: [PATCH] check: Silence some OpenSSL memory leaks The OpenSSL version shipping in Fedora 40 leaks memory, the issue is fixed in F42. Part-of: --- .../tests/check/gst-plugins-bad.supp | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/subprojects/gst-plugins-bad/tests/check/gst-plugins-bad.supp b/subprojects/gst-plugins-bad/tests/check/gst-plugins-bad.supp index 10cf9946e5..19d987fea1 100644 --- a/subprojects/gst-plugins-bad/tests/check/gst-plugins-bad.supp +++ b/subprojects/gst-plugins-bad/tests/check/gst-plugins-bad.supp @@ -131,3 +131,26 @@ fun:srtp_element_init fun:gst_element_register_srtpenc } +{ + + Memcheck:Leak + match-leak-kinds: indirect + fun:malloc + fun:CRYPTO_malloc + ... + fun:tls1_change_cipher_state + fun:ossl_statem_client_post_work + fun:UnknownInlinedFun + fun:state_machine +} +{ + + Memcheck:Leak + match-leak-kinds: indirect + fun:malloc + fun:CRYPTO_malloc + ... + fun:ossl_ec_key_simple_generate_key + fun:ossl_ec_key_gen + fun:EC_KEY_generate_key +}