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 a new suppression for headers-more-nginx-module #437

Merged
merged 1 commit into from
Oct 31, 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
9 changes: 9 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
...
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
...
fun:main
}
{
<wasmer 3.1.1: parse>
Memcheck:Cond
Expand Down
Loading