Skip to content

Commit

Permalink
suppression file: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Antal Nemes <antal.nemes@balabit.com>
  • Loading branch information
furiel committed Sep 5, 2017
1 parent 2949b22 commit d8a478c
Showing 1 changed file with 8 additions and 46 deletions.
54 changes: 8 additions & 46 deletions contrib/valgrind/syslog-ng.supp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
}

## Miscellaneous non-leaks and false alarms
{
suppress_journald_open: see https://github.com/systemd/systemd/issues/6539
Memcheck:Leak
...
fun:journald_open
...
}

{
suppress_syslog_ng_set_argv_space
Memcheck:Leak
Expand Down Expand Up @@ -50,17 +58,6 @@
fun:main
}

{
suppress_syslog_ng_path_resolver
Memcheck:Leak
fun:*alloc
...
fun:path_resolver_new
...
fun:main_loop_global_init
fun:main
}

{
suppress_syslog_ng_option_context_parse
Memcheck:Leak
Expand Down Expand Up @@ -104,15 +101,6 @@
fun:clone
}

{
suppress_syslog_ng_reloc
Memcheck:Leak
fun:*alloc
...
fun:cache_*
fun:get_installation_path_for
}

{
suppress_syslog_ng_msg_limit_internal_message
Memcheck:Leak
Expand All @@ -132,14 +120,6 @@
fun:main_loop_run
}

{
suppress_syslog_ng_aftiner_message_posted
Memcheck:Leak
fun:*alloc
...
fun:afinter_message_posted
}

{
supperess_syslog_ng_log_msg_new_internal
Memcheck:Leak
Expand Down Expand Up @@ -189,15 +169,6 @@
fun:BIO_*
}

{
suppress_crypto_ERR_leaks
Memcheck:Leak
fun:*alloc
...
obj:*/libcrypto.so.*
fun:ERR_*
}

{
suppress_crypto_OCSP_leaks
Memcheck:Leak
Expand All @@ -207,15 +178,6 @@
fun:OCSP_*
}

{
suppress_crypto_EVP_leaks
Memcheck:Leak
fun:*alloc
...
obj:*/libcrypto.so.*
fun:EVP_*
}

## TLS/SSL related syslog-ng leaks
{
suppress_syslog_ng_crypto_leaks
Expand Down

0 comments on commit d8a478c

Please sign in to comment.