blob: 11682895b2baf9a074c0f2e074cd74033457a0fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# musl ldpath file stuff (upstream this into valgrind apk someday)
{
musl:ldpath
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:getdelim
...
fun:__dls3
obj:/lib/ld-musl-*
}
# CLIPP global ctor in .init
{
clipp:ctor
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
...
fun:do_init_fini
fun:__libc_start_init
obj:/lib/ld-musl-*
}
# broken x86_64 mess (musl dbg symbols don't have do_init_fini symbol)
{
clipp:ctor
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
...
fun:_start_c
}
|