Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(valgrind.supp) add new suppressions from valgrind-3.21.0 #380

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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