mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-09 17:05:34 +01:00
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
# Suppression file for valgrind
|
|
|
|
# known problem in libgcrypt
|
|
{
|
|
leak_in_libgcrypt_00
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
obj:/lib64/libgcrypt.so*
|
|
...
|
|
obj:/lib64/libgcrypt.so*
|
|
fun:crypt_backend_init
|
|
fun:init_crypto
|
|
...
|
|
}
|