From: Stephan Bosch Date: Sun, 5 Nov 2023 16:22:54 +0000 (+0100) Subject: Add Valgrind suppressions for Addr16 variants of existing iconv dlopen suppressions X-Git-Tag: 2.4.0~2458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039dd77ae6dca24a19dab93ca24d4d7d364f43ad;p=thirdparty%2Fdovecot%2Fcore.git Add Valgrind suppressions for Addr16 variants of existing iconv dlopen suppressions --- diff --git a/run-test-valgrind.supp b/run-test-valgrind.supp index fda3b37aa8..c7da011b1b 100644 --- a/run-test-valgrind.supp +++ b/run-test-valgrind.supp @@ -114,3 +114,27 @@ fun:_dl_catch_exception ... } +{ + + Memcheck:Addr16 + fun:strncmp + fun:is_dst + fun:_dl_dst_count + ... + fun:decompose_rpath + ... + fun:_dl_catch_exception + ... +} +{ + + Memcheck:Addr16 + fun:strncmp + fun:is_dst + fun:_dl_dst_substitute + ... + fun:decompose_rpath + ... + fun:_dl_catch_exception + ... +}