Skip to content

Commit

Permalink
EH: Fix delegate parsing in wasm_loader_find_block_addr (bytecodealli…
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored Jan 31, 2024
1 parent 10e87d2 commit 3111a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/iwasm/interpreter/wasm_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -4679,6 +4679,7 @@ wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
return true;
}
else {
skip_leb(p);
/* the DELEGATE opcode ends the tryblock, */
block_nested_depth--;
if (block_nested_depth
Expand Down

0 comments on commit 3111a86

Please sign in to comment.