-
Notifications
You must be signed in to change notification settings - Fork 7
/
evpath.supp
238 lines (237 loc) · 4.01 KB
/
evpath.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
Known DILL leak
Memcheck:Leak
fun:malloc
fun:alloc_dill_jump_table
}
{
Funky strcpy overlap in decode
Memcheck:Overlap
fun:strcpy
...
fun:FFSconvert_record
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*
fun:init_env_table
}
{
Unpleasant leak of string constant. Generated code references this. Bad.
Memcheck:Leak
fun:malloc
fun:strdup
fun:cg_expr
}
{
Less painful, but could be better. Leak name of subroutine being called.
Memcheck:Leak
fun:malloc
fun:strdup
fun:cg_subroutine_call
}
{
This seems to be a Lex/Flex issue. Possible non-reentrant.
Memcheck:Leak
fun:*
fun:cod_yyrealloc
fun:yyensure_buffer_stack
}
{
This seems to be a Lex/Flex issue. Possible non-reentrant.
Memcheck:Leak
fun:*
fun:yyensure_buffer_stack
}
{
Intel compilers fool valgrind.
Memcheck:Cond
fun:__intel_sse2_strlen
}
{
Intel compilers fool valgrind.
Memcheck:Addr8
fun:__intel_sse2_strlen
}
{
Intel compilers fool valgrind.
Memcheck:Cond
fun:__intel_sse2_strcpy
}
{
Intel compilers fool valgrind.
Memcheck:Addr4
fun:__intel_sse2_strcpy
}
{
Intel compilers fool valgrind.
Memcheck:Addr8
fun:__intel_sse2_strcpy
}
{
Intel compilers fool valgrind.
Memcheck:Addr8
fun:__intel_sse2_strchr
}
{
Intel compilers fool valgrind.
Memcheck:Cond
fun:__intel_sse2_strcat
}
{
Intel compilers fool valgrind.
Memcheck:Value8
fun:__intel_sse2_strcat
}
{
Intel compilers fool valgrind.
Memcheck:Addr8
fun:__intel_sse2_strcat
}
{
Intel compilers fool valgrind.
Memcheck:Cond
fun:FMstr_to_data_type
}
{
Intel compilers fool valgrind.
Memcheck:Addr8
fun:FMstr_to_data_type
}
{
Intel compilers fool valgrind.
Memcheck:Value8
fun:FMstr_to_data_type
}
{
Anything under dlopen isn't our fault.
Memcheck:Leak
fun:*
...
fun:CMdlopen
}
{
Atl atoms are persistent and never cleaned up
Memcheck:Leak
fun:*
...
fun:set_string_and_atom
}
{
Atl atoms are persistent and never cleaned up
Memcheck:Leak
fun:*
...
fun:init_atom_server
}
{
Transports are not deallocated once loaded
Memcheck:Leak
fun:*
...
fun:load_transport
}
{
CMdladdsearchdir leaks everything under it
Memcheck:Leak
fun:*
...
fun:CMdladdsearchdir
}
{
non CM handlers are leaked.
Memcheck:Leak
fun:*
...
fun:INT_CMregister_non_CM_message_handler
}
{
We leave this dill stream around for efficiency
Memcheck:Leak
...
fun:dill_create_stream
fun:get_localized_formats
}
{
We leave this dill stream around for efficiency
Memcheck:Leak
...
fun:dill_cross_init
...
fun:generate_localized_subformat
}
{
This is a uninit in enet.
Memcheck:Param
socketcall.sendmsg(msg.msg_iov[i])
obj:*
fun:enet_socket_send
fun:enet_protocol_send_outgoing_commands
}
{
Leaked packet in enet_host_service
Memcheck:Leak
fun:malloc
fun:enet_malloc
fun:enet_packet_create
fun:enet_host_service
}
{
when we create field lists in COD, they get leaked
Memcheck:Leak
...
fun:add_field_list
fun:semanticize_expr
...
}
{
don't warn about uninit write vectors. Too common...
Memcheck:Param
writev(vector[...])
...
fun:*
fun:INT_CMwrite_raw
fun:internal_write_event
}
{
don't warn about uninit write vectors. Too common...
Memcheck:Param
writev(vector[...])
...
fun:*
fun:INT_CMwrite_raw
}
{
don't warn about uninit write vectors. Too common...
Memcheck:Param
writev(vector[...])
fun:*
fun:*
fun:*
fun:INT_CMwrite_raw
}
{
don't warn about uninit write vectors. Too common...
Memcheck:Param
writev(vector[...])
fun:*
fun:*
fun:INT_CMwrite_raw
}
{
known_leak
Memcheck:Leak
fun:malloc
fun:INT_CMregister_simple_format
fun:CMregister_simple_format
}
{
don't warn about uninit write vectors. Too common...
Memcheck:Param
socketcall.sendmsg(msg.msg_iov[i])
obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
...
fun:*
fun:INT_CMwrite_raw
}