mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 05:31:13 +00:00
EH: Fix delegate parsing in wasm_loader_find_block_addr (#3106)
This commit is contained in:
parent
10e87d2966
commit
3111a86cb3
|
@ -4679,6 +4679,7 @@ wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
skip_leb(p);
|
||||||
/* the DELEGATE opcode ends the tryblock, */
|
/* the DELEGATE opcode ends the tryblock, */
|
||||||
block_nested_depth--;
|
block_nested_depth--;
|
||||||
if (block_nested_depth
|
if (block_nested_depth
|
||||||
|
|
Loading…
Reference in New Issue
Block a user