-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathdarwin23-arm64.supp
246 lines (234 loc) · 4.83 KB
/
darwin23-arm64.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
239
240
241
242
243
244
245
246
# Suppressions for Darwin 23.x / macOS 14.0 Sonoma (arm64)
############################################
# Bugs
## Real bug: dyld uses a std::move'd object
{
OSX1400:dyld_faulty_std_move
Memcheck:Param
stat64(path)
fun:stat
...
fun:_ZN5dyld423ExternallyViewableState12addImageInfoERN3lsl9AllocatorERKNS0_9ImageInfoE
}
## Most likely a bug: libsystem_featureflags doesn't initialize the 3rd argument to shm_open
{
OSX1400:libsystem_featureflags_shm_open
Memcheck:Param
shm_open("mode")
...
fun:_os_feature_table_once
}
# False positives
## Could be a bug: nw_network_agent_copy_dictionary_from_necp doesn't initialize a var correctly
{
OSX1400:nw_network_agent_copy_dictionary_from_necp_cond_1
Memcheck:Cond
...
fun:nw_path_has_dns
...
}
{
OSX1400:nw_network_agent_copy_dictionary_from_necp_value8_1
Memcheck:Value8
...
fun:nw_path_has_dns
...
}
{
OSX1400:nw_network_agent_copy_dictionary_from_necp_cond_2
Memcheck:Cond
...
fun:nw_path_evaluator_evaluate
...
}
{
OSX1400:nw_network_agent_copy_dictionary_from_necp_value8_2
Memcheck:Value8
...
fun:nw_path_evaluator_evaluate
...
}
{
OSX1400:nw_network_agent_copy_dictionary_from_necp_nca_param_buffer
Memcheck:Param
necp_client_action(COPY_AGENT, buffer)
fun:necp_client_action
obj:*
...
fun:nw_path_evaluator_evaluate
...
}
{
OSX1400:nw_network_agent_copy_dictionary_from_necp_cond_3
Memcheck:Cond
...
fun:nw_path_uses_nexus_internal
...
}
## Could be a bug: IORegistryEntrySearchCFProperty doesn't seem to initialize a var correctly
{
OSX1400:IORegistryEntrySearchCFProperty_cond_1
Memcheck:Cond
...
fun:MGIsDeviceOneOfType
...
}
{
OSX1400:IORegistryEntrySearchCFProperty_value8_1
Memcheck:Value8
...
fun:MGIsDeviceOneOfType
...
}
{
OSX1400:IORegistryEntrySearchCFProperty_cond_2
Memcheck:Cond
...
fun:__NSUserAccentHasHardwareColor_block_invoke
...
}
{
OSX1400:IORegistryEntrySearchCFProperty_value8_2
Memcheck:Value8
...
fun:__NSUserAccentHasHardwareColor_block_invoke
...
}
{
OSX1400:IORegistryEntrySearchCFProperty_cond_3
Memcheck:Cond
...
fun:__NSUserAccentColorGetHardwareAccentColorName_block_invoke
...
}
{
OSX1400:IORegistryEntrySearchCFProperty_value8_3
Memcheck:Value8
...
fun:__NSUserAccentColorGetHardwareAccentColorName_block_invoke
...
}
## Could be a bug: result of xpc_pipe_routine is not completely initialized after malloc
## I wish we could suppress based on origin because it would be much simpler for this
{
OSX1400:xpc_pipe_routine_uninitialized_cond_1
Memcheck:Cond
...
fun:search_item_bynumber
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_value8_1
Memcheck:Value8
...
fun:search_item_bynumber
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_cond_2
Memcheck:Cond
...
fun:__CFInitialize
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_cond_3
Memcheck:Cond
...
fun:CreateStringFromFileSystemRepresentationByAddingPercentEscapes
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_value8_2
Memcheck:Value8
...
fun:CreateStringFromFileSystemRepresentationByAddingPercentEscapes
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_open_param_1
Memcheck:Param
open(filename)
...
fun:__CFInitialize
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_cond_4
Memcheck:Cond
...
fun:-[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:]
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_value8_3
Memcheck:Value8
...
fun:-[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:]
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_stat64_path
Memcheck:Param
stat64(path)
fun:stat
obj:*
...
fun:-[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:]
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_cond_5
Memcheck:Cond
...
fun:-[CFPrefsSource copyValueForKey:]
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_value8_4
Memcheck:Value8
...
fun:-[CFPrefsSource copyValueForKey:]
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_cond_6
Memcheck:Cond
...
fun:_libxpc_initializer
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_value8_5
Memcheck:Value8
...
fun:_libxpc_initializer
...
}
{
OSX1400:xpc_pipe_routine_uninitialized_cond_7
Memcheck:Cond
...
fun:CFCopyUserName
...
}
# Unclear
## Happens when using OBJC_* env vars to print extra data, no clue why
{
OSX1400:libsystem_kernel_sendto
Memcheck:Param
socketcall.sendto(msg)
fun:sendto
...
fun:__os_log_simple_offset
}
## Happens with apps using wqthread
{
OSX1400:wqthread_kevent_id
Memcheck:Param
kevent_id(data_out)
fun:kevent_id
...
fun:_dispatch_kq_drain
...
}