summaryrefslogtreecommitdiffstats
path: root/contrib/ci/sssd.supp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ci/sssd.supp')
-rw-r--r--contrib/ci/sssd.supp18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp
index b9d13cdd6..06cf64088 100644
--- a/contrib/ci/sssd.supp
+++ b/contrib/ci/sssd.supp
@@ -151,3 +151,21 @@
fun:poptGetNextOpt
fun:main
}
+
+# Some tests initialize c-ares context, then fork a child that just exits
+# without a proper teardown, which means the ares destructor is not called.
+# Suppress those errors.
+{
+ c-ares-suppress-leak-from-init
+ Memcheck:Leak
+ ...
+ fun:ares_init_options
+ fun:recreate_ares_channel
+ fun:resolv_init
+ fun:be_res_init
+ fun:be_init_failover
+ fun:test_ipa_server_create_trusts_setup
+ ...
+ fun:_cmocka_run_group_tests
+ fun:main
+}