Dmitry V. Levin
b1173d058c
* tests/strace.supp: Add a suppression for the memleak before error_msg_and_die in qualify_tokens.
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
{
|
|
get_cpuset_size: sched_getaffinity with NULL mask
|
|
Memcheck:Param
|
|
sched_getaffinity(mask)
|
|
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
|
|
}
|