diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:36:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:36:47 +0000 |
commit | 0441d265f2bb9da249c7abf333f0f771fadb4ab5 (patch) | |
tree | 3f3789daa2f6db22da6e55e92bee0062a7d613fe /run-test-valgrind.supp | |
parent | Initial commit. (diff) | |
download | dovecot-0441d265f2bb9da249c7abf333f0f771fadb4ab5.tar.xz dovecot-0441d265f2bb9da249c7abf333f0f771fadb4ab5.zip |
Adding upstream version 1:2.3.21+dfsg1.upstream/1%2.3.21+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'run-test-valgrind.supp')
-rw-r--r-- | run-test-valgrind.supp | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/run-test-valgrind.supp b/run-test-valgrind.supp new file mode 100644 index 0000000..81ec406 --- /dev/null +++ b/run-test-valgrind.supp @@ -0,0 +1,84 @@ +{ + <bash> + Memcheck:Leak + fun:malloc + obj:*/bash +} +{ + <openssl_centos6_i386_v1_0_1_compression_methods> + Memcheck:Leak + fun:malloc + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + fun:module_dir_init + fun:dcrypt_initialize + fun:main +} +{ + <openssl_centos6_v1_0_1_compression_methods> + Memcheck:Leak + fun:malloc + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + obj:* + fun:module_dir_init + fun:dcrypt_initialize + fun:main +} +{ + <openssl_jessie_v1_0_1_compression_methods> + Memcheck:Leak + fun:malloc + ... + fun:module_dir_init +} +{ + <libunwind_backtrace> + Memcheck:Param + msync(start) + ... + obj:*libunwind* + ... + fun:backtrace_append + ... +} +{ + <test_exit_addr8> + Memcheck:Addr8 + fun:check_free + fun:free_key_mem + fun:__dlerror_main_freeres + fun:__libc_freeres + fun:_vgnU_freeres + fun:test_exit + ... +} +{ + <libunwind_fedora32_v1_3_1_backtrace_write> + Memcheck:Param + write(buf) + ... + obj:*libunwind* + ... + fun:backtrace_append + ... + ... +} +{ + <libicu_fedora32_v65_1> + Memcheck:Cond + obj:*libicuuc* + ... +} |