Remove WPA2 and WPA3 service together
[platform/upstream/connman.git] / doc / valgrind.suppressions
1 {
2    <syslog error>
3    Memcheck:Cond
4    obj:/lib/libc-*.so
5    ...
6    fun:localtime_r
7    fun:__vsyslog_chk
8    fun:__syslog_chk
9    fun:__connman_log_init
10    ...
11 }
12 {
13    <iconv open>
14    Memcheck:Addr4
15    obj:/lib/libc-*.so
16    obj:/lib/libglib-2.0.so*
17    fun:g_iconv_open
18    ...
19    fun:g_convert
20    fun:g_locale_to_utf8
21    fun:g_strerror
22    fun:g_key_file_load_from_file
23    ...
24 }
25 {
26    <ioctl ADDRT/DELRT>
27    Memcheck:Param
28    ioctl(SIOCADDRT/DELRT)
29    obj:/lib/ld-*.so
30    ...
31 }
32 {
33    <g_main_loop>
34    Memcheck:Leak
35    fun:memalign
36    ...
37    fun:g_slice_alloc
38    ...
39    fun:g_main_loop_new
40    ...
41 }
42 {
43    <g_option_context_parse>
44    Memcheck:Leak
45    ...
46    fun:g_slice_alloc
47    ...
48    fun:g_option_context_parse
49    ...
50 }
51 {
52    <g_key_file_load_from_data>
53    Memcheck:Leak
54    ...
55    fun:g_slice_alloc
56    ...
57    fun:g_key_file_load_from_data
58    ...
59 }
60 {
61    <g_key_file_new 1>
62    Memcheck:Leak
63    ...
64    fun:g_slice_alloc
65    ...
66    fun:g_key_file_new
67    ...
68 }
69 {
70    <g_key_file_new 2>
71    Memcheck:Leak
72    fun:*alloc
73    ...
74    fun:g_key_file_new
75    fun:main
76 }
77 {
78    <connman plugin cleanup>
79    Memcheck:Leak
80    ...
81    fun:__connman_plugin_cleanup
82    ...
83 }
84 {
85    <cmd line option parsing>
86    Memcheck:Leak
87    fun:malloc
88    fun:g_malloc
89    fun:g_strdup
90    fun:g_set_prgname
91    fun:g_option_context_parse
92    fun:main
93 }
94 {
95    <dbus system bus setup 1>
96    Memcheck:Leak
97    ...
98    fun:dbus_malloc*
99    ...
100    fun:g_dbus_setup_bus
101    fun:main
102 }
103 {
104    <dbus system bus setup 2>
105    Memcheck:Leak
106    ...
107    fun:g_malloc*
108    ...
109    fun:dbus_connection_set_watch_functions
110    fun:setup_bus
111    ...
112 }
113 {
114    <key file get charset>
115    Memcheck:Leak
116    ...
117    fun:g_*alloc*
118    ...
119    fun:g_strerror
120    fun:g_key_file_load_from_file
121    fun:main
122 }
123 {
124    <dbus disconnect func set>
125    Memcheck:Leak
126    ...
127    fun:filter_data_get
128    fun:g_dbus_add_signal_watch
129    fun:g_dbus_set_disconnect_function
130    fun:main
131 }
132 {
133    <plugin dlopen>
134    Memcheck:Leak
135    ...
136    fun:dlopen
137    fun:__connman_plugin_init
138    fun:main
139 }
140 {
141    <dbus system bus setup 3>
142    Memcheck:Leak
143    ...
144    fun:dbus_malloc0
145    ...
146    fun:dbus_parse_address
147    ...
148    fun:g_dbus_setup_bus
149    fun:main
150 }
151 {
152    <libdbus internals 1>
153    Memcheck:Leak
154    fun:*malloc
155    ...
156    obj:/lib/libdbus-1.so.3.5.3
157 }
158 {
159    <dbus system bus setup 4>
160    Memcheck:Leak
161    fun:*alloc
162    ...
163    fun:dbus_*alloc*
164    ...
165    fun:g_dbus_setup_bus
166    fun:main
167 }
168 {
169    <dbus system bus setup 5>
170    Memcheck:Leak
171    fun:calloc
172    fun:g_malloc0
173    ...
174    fun:g_dbus_set_disconnect_function
175    fun:main
176 }
177 {
178    <dbus bus remove match>
179    Memcheck:Leak
180    fun:malloc
181    fun:g_malloc
182    fun:g_source_set_callback
183    fun:g_timeout_add_full
184    fun:g_timeout_add
185    ...
186    fun:dbus_pending_call_block
187    fun:dbus_connection_send_with_reply_and_block
188    ...
189    fun:dbus_bus_remove_match
190 }
191 {
192    <g_main_loop_run/new>
193    Memcheck:Leak
194    fun:*alloc
195    ...
196    fun:g_main_loop_*
197    fun:main
198 }
199 {
200    <g_main_context_dispatch>
201    Memcheck:Leak
202    fun:*alloc
203    ...
204    fun:g_main_context_dispatch
205 }
206 {
207    <libdbus internals 2>
208    Memcheck:Leak
209    fun:realloc
210    fun:dbus_realloc
211    ...
212    fun:dbus_message_set_reply_serial
213    fun:dbus_message_new_error
214    ...
215 }
216 {
217    <libdbus internals 3>
218    Memcheck:Leak
219    fun:realloc
220    fun:dbus_realloc
221    ...
222    fun:dbus_message_new_signal
223    ...
224 }
225 {
226    <dbus_bus_register>
227    Memcheck:Leak
228    fun:malloc
229    fun:realloc
230    fun:dbus_realloc
231    ...
232    fun:dbus_pending_call_block
233    fun:dbus_connection_send_with_reply_and_block
234    fun:dbus_bus_register
235 }