forked from Kong/ngx_wasm_module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
valgrind.suppress
59 lines (59 loc) · 1.2 KB
/
valgrind.suppress
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
{
<nginx 1.27.2: ngx_set_environment>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:ngx_alloc
fun:ngx_set_environment
}
{
<nginx 1.27.2: ngx_event_process_init>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
}
{
<nginx 1.27.2: ngx_crc32_table_init>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ngx_crc32_table_init
}
{
<headers-more-nginx-module: set_header_helper>
Memcheck:Cond
fun:ngx_http_set_header_helper
...
fun:ngx_http_headers_more_exec_cmd
fun:ngx_http_headers_more_filter
}
{
<wasmtime 23.0.2: wasmparser::parse>
Memcheck:Cond
fun:_ZN10wasmparser6parser6Parser12parse_reader17h*
}
{
<wasmer 3.1.1: wasmparser::parse>
Memcheck:Cond
fun:_ZN10wasmparser6parser6Parser5parse17h*
}
{
<wasmer 3.1.1: wasm_instance_new>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_ZN6wasmer3sys8instance8Instance12new_by_index17h9b11b6b5fcb57319E
fun:wasm_instance_new
}
{
<wasmer 3.1.1: wasm_module_new>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:_ZN6wasmer3sys6module6Module11from_binary17h0e63bedfc82f5d11E
fun:wasm_module_new
}