mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
tests: Add more valgrind supressions for krb5
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
444982b38a
commit
ab44f606b2
@@ -271,7 +271,6 @@
|
|||||||
fun:torture_run_tests
|
fun:torture_run_tests
|
||||||
fun:main
|
fun:main
|
||||||
}
|
}
|
||||||
|
|
||||||
## libkrb5
|
## libkrb5
|
||||||
# krb5_mcc_generate_new allocates a hashtab on a static global variable
|
# krb5_mcc_generate_new allocates a hashtab on a static global variable
|
||||||
# It doesn't get freed.
|
# It doesn't get freed.
|
||||||
@@ -284,3 +283,30 @@
|
|||||||
...
|
...
|
||||||
fun:krb5_mcc_generate_new*
|
fun:krb5_mcc_generate_new*
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Error string from acquire creds in krb5
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:krb5_gss_save_error_string
|
||||||
|
fun:UnknownInlinedFun
|
||||||
|
fun:acquire_cred_context.isra.0
|
||||||
|
fun:acquire_cred_from.isra.0
|
||||||
|
fun:gss_add_cred_from
|
||||||
|
fun:gss_acquire_cred_from
|
||||||
|
...
|
||||||
|
fun:gss_acquire_cred
|
||||||
|
}
|
||||||
|
{
|
||||||
|
error string from gss init sec context
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: reachable
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:krb5_gss_save_error_string
|
||||||
|
fun:UnknownInlinedFun
|
||||||
|
fun:krb5_gss_init_sec_context_ext
|
||||||
|
fun:krb5_gss_init_sec_context
|
||||||
|
fun:gss_init_sec_context
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user