From 039dd77ae6dca24a19dab93ca24d4d7d364f43ad Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Sun, 5 Nov 2023 17:22:54 +0100 Subject: [PATCH] Add Valgrind suppressions for Addr16 variants of existing iconv dlopen suppressions --- run-test-valgrind.supp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 + ... +} -- 2.47.3