wasm-micro-runtime/core/iwasm/aot
YAMAMOTO Takashi 46ec863da3
fix false native stack overflow detections with HW_BOUND_CHECK (#4196)
In call_wasm_with_hw_bound_check/call_native_with_hw_bound_check,
ensure to set up the stack boundary (wasm_exec_env_set_thread_info)
before checking the overflow.

It seems that the problem was introduced by:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2940
2025-04-15 11:48:48 +08:00
..
arch
debug
aot_intrinsic.c
aot_intrinsic.h
aot_loader.c
aot_perf_map.c
aot_perf_map.h
aot_reloc.h
aot_runtime.c fix false native stack overflow detections with HW_BOUND_CHECK (#4196) 2025-04-15 11:48:48 +08:00
aot_runtime.h
aot_validator.c
aot_validator.h
iwasm_aot.cmake
SConscript