-
Notifications
You must be signed in to change notification settings - Fork 68
/
valgrind_test.supp
94 lines (94 loc) · 1.24 KB
/
valgrind_test.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
getaddrinfo-globalstate
Memcheck:Leak
fun:malloc
fun:*
fun:*
fun:*
fun:*
fun:gaih_inet*
fun:getaddrinfo
}
{
getaddrinfo-invalidfree
Memcheck:Free
fun:free
fun:__libc_freeres
...
fun:exit
}
{
ssl_handshake-value
Memcheck:Value8
...
obj:*/libssl.so.*
fun:ssl_handshake
}
{
ssl_handshake-cond
Memcheck:Cond
...
obj:*/libssl.so.*
fun:ssl_handshake
}
{
libcrypto-value
Memcheck:Value8
obj:*/libcrypto.so.*
}
{
libssl-value
Memcheck:Value8
obj:*/libssl.so.*
}
{
libcrypto-cond
Memcheck:Cond
obj:*/libcrypto.so.*
}
{
libssl-cond
Memcheck:Cond
obj:*/libssl.so.*
}
{
sendto-argument
Memcheck:Param
socketcall.sendto(msg)
...
fun:BIO_write
...
fun:ssl_handshake
}
{
recv
Memcheck:Cond
obj:*/vgpreload_memcheck*
obj:*/libssl.so.*
...
obj:*/libssl.so.*
fun:receive_ssl
}
{
engine-private-key
Memcheck:Leak
fun:malloc
...
fun:ENGINE_load_private_key
fun:_avs_crypto_openssl_engine_load_private_key
}
{
engine-cert
Memcheck:Leak
fun:malloc
...
fun:ENGINE_ctrl_cmd
fun:_avs_crypto_openssl_engine_load_certs
}
{
engine-new
Memcheck:Leak
fun:malloc
...
fun:ENGINE_new
}