Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 6, 2023
1 parent 8571bb7 commit 4eef75a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wasm/vm/ngx_wavm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ ngx_wavm_log_error(ngx_uint_t level, ngx_log_t *log, ngx_wrt_err_t *e,
wasm_byte_vec_delete(&trapmsg);

#if (NGX_WASM_HAVE_V8 || NGX_WASM_HAVE_WASMER)
if (ctx->instance) {
if (ctx && ctx->instance) {
wasm_trap_trace(e->trap, &trace);

if (trace.size > 0) {
Expand Down
2 changes: 1 addition & 1 deletion t/03-proxy_wasm/hfuncs/120-proxy_properties_get_host.t
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ qr/.*?testing in "RequestHeaders".*
.*?testing in "Log".*
.*?wasmx\.something: 5.*/
--- no_error_log
[error]
[crit]
[emerg]
Expand Down

0 comments on commit 4eef75a

Please sign in to comment.