Skip to content

Commit

Permalink
chore(valgrind.supp) add new suppressions from valgrind-3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 11, 2023
1 parent a035f01 commit 8292bb0
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,52 @@
fun:ngx_event_process_init
}
{
<wasmer 3.1.0: parse>
<nginx 1.25.1: ngx_crc32_table_init>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:ngx_crc32_table_init
}
{
<wasmer 3.1.1: parse>
Memcheck:Cond
fun:_ZN10wasmparser6parser6Parser5parse17h5c54f0ee5315402aE
...
fun:main
}
{
<wasmer 3.1.0: wasm_instance_new>
<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
}
{
<wasmtime 8.0.1: parse>
Memcheck:Cond
fun:_ZN10wasmparser6parser6Parser5parse17hc93c537ec1d89366E
}
{
<v8 11.4.183.23: wasm_engine_new>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:_ZN4wasm6Engine4makeEOSt10unique_ptrINS_6ConfigESt14default_deleteIS2_EE
fun:wasm_engine_new
}
{
<ngx_wasm_rs: parse>
Memcheck:Cond
Expand Down

0 comments on commit 8292bb0

Please sign in to comment.