Skip to content

Commit 3111a86

Browse files
authored
EH: Fix delegate parsing in wasm_loader_find_block_addr (#3106)
1 parent 10e87d2 commit 3111a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/iwasm/interpreter/wasm_loader.c

+1
Original file line numberDiff line numberDiff line change
@@ -4679,6 +4679,7 @@ wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
46794679
return true;
46804680
}
46814681
else {
4682+
skip_leb(p);
46824683
/* the DELEGATE opcode ends the tryblock, */
46834684
block_nested_depth--;
46844685
if (block_nested_depth

0 commit comments

Comments
 (0)