diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:31:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:31:19 +0000 |
commit | 6e33fee6f4a7e2041dd276995b402ca036fcab14 (patch) | |
tree | 85be5c41f2715d7d4d24cfa220197f1e2c778259 /tests/cryptsetup-valg-supps | |
parent | Initial commit. (diff) | |
download | cryptsetup-6e33fee6f4a7e2041dd276995b402ca036fcab14.tar.xz cryptsetup-6e33fee6f4a7e2041dd276995b402ca036fcab14.zip |
Adding upstream version 2:2.1.0.upstream/2%2.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/cryptsetup-valg-supps')
-rw-r--r-- | tests/cryptsetup-valg-supps | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/cryptsetup-valg-supps b/tests/cryptsetup-valg-supps new file mode 100644 index 0000000..b2530f7 --- /dev/null +++ b/tests/cryptsetup-valg-supps @@ -0,0 +1,36 @@ +# 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 + ... +} +# following leaks/errors are addressed to libpopt... +{ + popt_read_error + Memcheck:Addr4 + obj:/lib*/libpopt.so* + fun:poptGetNextOpt + fun:main +} +{ + popt_leak_poptGetNextOpt_00 + Memcheck:Leak + fun:realloc + fun:poptGetNextOpt + fun:main +} +{ + popt_leak_poptGetNextOpt_01 + Memcheck:Leak + fun:malloc + fun:poptGetNextOpt + fun:main +} |