wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

Fix stack overflow detection during ASAN build.

Open vchigrin opened this issue 5 months ago • 1 comments

See discussion in issue #4638.

vchigrin avatar Sep 22 '25 13:09 vchigrin

  • have you considered to exclude these functions from asan as suggested in https://github.com/bytecodealliance/wasm-micro-runtime/issues/4638#issuecomment-3326131777? i feel it's a better approach if it's possible.
  • wasm_runtime_detect_native_stack_overflow_size has a similar logic. i guess you have to apply the change to it too.

yamt avatar Oct 01 '25 05:10 yamt