-
Notifications
You must be signed in to change notification settings - Fork 25
/
valgrind.supp
126 lines (126 loc) · 1.66 KB
/
valgrind.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
glibc #1
Memcheck:Value8
...
fun:dl_main
fun:_dl_sysdep_start
fun:_dl_start
obj:*/ld-2.*.so
...
}
{
glibc #2
Memcheck:Cond
...
fun:dl_main
fun:_dl_sysdep_start
fun:_dl_start
obj:*/ld-2.*.so
...
}
{
glibc #3
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nquerydomain
fun:__libc_res_nsearch
fun:_nss_dns_gethostbyname4_r
fun:gaih_inet
fun:getaddrinfo
...
fun:start_thread
fun:clone
}
{
Since we can never safely uninitialize SSL, allow this
Memcheck:Leak
...
fun:SSL_library_init
fun:main
}
{
gnutls #1
Memcheck:Leak
...
fun:gnutls_global_init
obj:*
fun:call_init.part.0
fun:_dl_init
...
}
{
gnutls #2
Memcheck:Cond
fun:gnutls_session_get_data
...
fun:curl_multi_perform
fun:curl_easy_perform
...
}
{
libcurl #1
Memcheck:Leak
...
fun:curl_global_init
fun:curl_easy_init
...
}
{
libcurl #2
Memcheck:Cond
...
fun:curl_multi_perform
fun:curl_easy_perform
...
}
{
libcurl #3
Memcheck:Value8
fun:Curl_raw_toupper
...
}
{
libcrypto
Memcheck:Leak
...
fun:curl_multi_perform
fun:curl_easy_perform
...
}
{
openssl
Memcheck:Leak
fun:malloc
fun:CRYPTO_malloc
...
fun:ssl_verify_cert_chain
...
}
{
jansson #1
Memcheck:Cond
...
obj:*/libjansson.so*
...
}
{
jansson #2
Memcheck:Value8
...
obj:*/libjansson.so*
...
}
{
fuse_opt_parse
Memcheck:Leak
fun:malloc
fun:strdup
obj:*libfuse.so*
obj:*libfuse.so*
fun:fuse_opt_parse
fun:parse_arguments
fun:main
}