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:
@@ -147,3 +147,14 @@
|
|||||||
fun:FIPS_mode_set
|
fun:FIPS_mode_set
|
||||||
fun:OPENSSL_init_library
|
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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user