1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-24 13:41:03 +03:00

tests: Hide memory leak from cmocka

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Jakub Jelen
2023-05-03 15:17:41 +02:00
parent 31abaec00b
commit cbd85a48db

View File

@@ -147,3 +147,14 @@
fun:FIPS_mode_set
fun:OPENSSL_init_library
}
# Cmocka
{
This looks like leak from cmocka when the forked server is not properly terminated
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
...
fun:_cmocka_run_group_tests
fun:torture_run_tests
fun:main
}