From: Dmitry V. Levin Date: Fri, 21 Jul 2017 01:08:12 +0000 (+0000) Subject: tests: update valgrind suppressions X-Git-Tag: v4.19~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1173d058cc830d06e8a001de951b85616a915ed;p=strace tests: update valgrind suppressions * tests/strace.supp: Add a suppression for the memleak before error_msg_and_die in qualify_tokens. --- diff --git a/tests/strace.supp b/tests/strace.supp index 578b0a25..248a4716 100644 --- a/tests/strace.supp +++ b/tests/strace.supp @@ -5,3 +5,13 @@ fun:sched_getaffinity* fun:get_cpuset_size } + +{ + qualify_tokens: memleak before error_msg_and_die + Memcheck:Leak + match-leak-kinds: possible + fun:malloc + fun:strdup + fun:xstrdup + fun:qualify_tokens +}