mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
qa/rgw/kafka: add valgrind exception for cyrus-sasl leak
bug is in 3rd party lib: https://github.com/cyrusimap/cyrus-sasl/issues/843 Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
This commit is contained in:
parent
93a357c93c
commit
f853590538
@ -1003,3 +1003,14 @@
|
||||
fun:__libc_start_main@@GLIBC_2.34
|
||||
fun:(below main)
|
||||
}
|
||||
{
|
||||
librdkafka GSSAPI credential leak in libgssapi_krb5
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:calloc
|
||||
fun:gss_acquire_cred_from
|
||||
fun:gss_acquire_cred
|
||||
...
|
||||
fun:sasl_client_start
|
||||
...
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user