summaryrefslogtreecommitdiffstats
path: root/tests/cryptsetup-valg-supps
blob: fc9913a1c7212bb827416b3edbc1bee9c7c2acc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
   ...
}