wasm-micro-runtime/core/iwasm
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
..
aot fix false native stack overflow detections with HW_BOUND_CHECK (#4196) 2025-04-15 11:48:48 +08:00
common Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
compilation aot: add new u64 intrinsics (#4168) 2025-04-09 15:19:48 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
include Merge pull request #4033 from g0djan/godjan/iterate_callstack 2025-03-11 10:31:56 +08:00
interpreter fix false native stack overflow detections with HW_BOUND_CHECK (#4196) 2025-04-15 11:48:48 +08:00
libraries Refactor Dockerfile and update .dockerignore for wasi-nn tests; adjust map-dir parameters in smoke test script (#4158) 2025-04-10 11:59:59 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00