This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/shared/platform/common
Wenyong Huang daeb7a4265
Don't suppress prev signal handler in hw bound check (#1268)
Enhance the hw bound check reported in #1262:

When registering signal handlers for SIGSEGV & SIGBUS in boundary
check with hardware trap, preserve the previous handlers for signal
SIGSEGV and SIGBUS, and forward the signal to the preserved signal
handlers if it isn't handled by hw bound check.
2022-07-06 16:53:05 +08:00
..
freertos Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
math Fix some issues reported by klocwork (#1233) 2022-06-16 19:50:47 +08:00
posix Don't suppress prev signal handler in hw bound check (#1268) 2022-07-06 16:53:05 +08:00