mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-09 00:45:32 +01:00
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
# Suppresion 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
|
|
...
|
|
}
|