mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: suppress leaks from NSS modules
Signed-off-by: Samir Benmendil <me@rmz.io>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit ce45ba8c61)
This commit is contained in:
committed by
Jakub Jelen
parent
7969b6de3c
commit
39a62cef44
@@ -241,65 +241,12 @@
|
|||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
match-leak-kinds: reachable
|
match-leak-kinds: reachable
|
||||||
fun:malloc
|
fun:malloc
|
||||||
fun:malloc
|
|
||||||
fun:strdup
|
|
||||||
fun:_dl_load_cache_lookup
|
|
||||||
fun:_dl_map_object
|
|
||||||
fun:dl_open_worker_begin
|
|
||||||
fun:_dl_catch_exception
|
|
||||||
fun:dl_open_worker
|
|
||||||
fun:_dl_catch_exception
|
|
||||||
fun:_dl_open
|
|
||||||
fun:do_dlopen
|
|
||||||
fun:_dl_catch_exception
|
|
||||||
fun:_dl_catch_error
|
|
||||||
fun:dlerror_run
|
|
||||||
fun:__libc_dlopen_mode
|
|
||||||
fun:module_load
|
|
||||||
fun:__nss_module_get_function
|
|
||||||
fun:getaddrinfo
|
|
||||||
...
|
|
||||||
fun:krb5_sname_to_principal
|
|
||||||
...
|
|
||||||
fun:gss_init_sec_context
|
|
||||||
fun:ssh_packet_userauth_gssapi_response
|
|
||||||
fun:ssh_packet_process
|
|
||||||
fun:ssh_packet_socket_callback
|
|
||||||
fun:ssh_socket_pollcallback
|
|
||||||
fun:ssh_poll_ctx_dopoll
|
|
||||||
fun:ssh_handle_packets
|
|
||||||
fun:ssh_handle_packets_termination
|
|
||||||
fun:ssh_userauth_get_response
|
|
||||||
fun:ssh_userauth_gssapi
|
|
||||||
fun:torture_gssapi_auth_server_identity
|
|
||||||
...
|
|
||||||
fun:_cmocka_run_group_tests
|
|
||||||
fun:torture_run_tests
|
|
||||||
fun:main
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
Reachable memory from getaddrinfo
|
|
||||||
Memcheck:Leak
|
|
||||||
match-leak-kinds: reachable
|
|
||||||
...
|
...
|
||||||
fun:__nss_module_get_function
|
fun:__nss_module_get_function
|
||||||
...
|
...
|
||||||
fun:getaddrinfo
|
fun:getaddrinfo
|
||||||
...
|
...
|
||||||
fun:krb5_sname_to_principal
|
fun:torture_*
|
||||||
...
|
|
||||||
fun:gss_init_sec_context
|
|
||||||
fun:ssh_packet_userauth_gssapi_response
|
|
||||||
fun:ssh_packet_process
|
|
||||||
fun:ssh_packet_socket_callback
|
|
||||||
fun:ssh_socket_pollcallback
|
|
||||||
fun:ssh_poll_ctx_dopoll
|
|
||||||
fun:ssh_handle_packets
|
|
||||||
fun:ssh_handle_packets_termination
|
|
||||||
fun:ssh_userauth_get_response
|
|
||||||
fun:ssh_userauth_gssapi
|
|
||||||
fun:torture_gssapi_auth_server_identity
|
|
||||||
...
|
...
|
||||||
fun:_cmocka_run_group_tests
|
fun:_cmocka_run_group_tests
|
||||||
fun:torture_run_tests
|
fun:torture_run_tests
|
||||||
|
|||||||
Reference in New Issue
Block a user