wasm-micro-runtime
wasm-micro-runtime copied to clipboard
Fix stack overflow detection during ASAN build.
See discussion in issue #4638.
- 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.