forked from sos22/ppres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp-ptrcheck.supp
57 lines (50 loc) · 987 Bytes
/
exp-ptrcheck.supp
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
lib-X11-used-old-pointer-after-realloc-1
exp-ptrcheck:Heap
fun:strlen
obj:/usr/lib*/libX11.so*
obj:/usr/lib*/libX11.so*
}
{
lib-X11-used-old-pointer-after-realloc-2
exp-ptrcheck:Heap
obj:/usr/lib*/libX11.so*
obj:/usr/lib*/libX11.so*
}
{
ld-2.X-invalid-Add32/64-who-knows
exp-ptrcheck:Arith
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
}
{
ld-2.X possibly applying relocations
exp-ptrcheck:SorG
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
}
# I'm pretty sure this is a false positive caused by the sg_ stuff
{
glibc realpath false positive
exp-ptrcheck:SorG
fun:realpath
fun:*
}
{
If I had to guess, inlined or nameless strlen etc in ld.so
exp-ptrcheck:Heap
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
}
{
I think this is glibc's ultra optimised getenv doing 2 byte reads
exp-ptrcheck:SorG
fun:getenv
}
{
Occurs on Fedora 7--9?
exp-ptrcheck:Heap
fun:_dl_fini
fun:exit
fun:(below main)
}