wasm-micro-runtime/core/iwasm
lum1n0us 26bf93ae4c fix: Protect mem consumption from null deref
- add debug assertions to wasm_get_module_inst_mem_consumption
- add debug assertions to aot_get_module_inst_mem_consumption
- nullify memories pointer after free in destruction path
- nullify memories pointer after free in AOT destruction
- docs: add precondition documentation for memory consumption functions
2026-03-30 19:41:28 -07:00
..
aot fix: Protect mem consumption from null deref 2026-03-30 19:41:28 -07:00
common Fix stack overflow detection during ASAN build. (#4642) 2026-03-23 09:49:42 +08:00
compilation Fix LLVM ORC JIT relocation failure caused by InternalLinkage stack_sizes (#4880) 2026-03-23 09:44:50 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit fix a wamrc compile warning, and enable system include flag for third-party libraries to suppresses corresponding compile warnings (#4875) 2026-03-19 09:08:41 +08:00
include fix: WASM_API_EXTERN should get visibility("default") on gcc and clang (#4851) 2026-02-27 08:18:44 +08:00
interpreter fix: Protect mem consumption from null deref 2026-03-30 19:41:28 -07:00
libraries fix a wamrc compile warning, and enable system include flag for third-party libraries to suppresses corresponding compile warnings (#4875) 2026-03-19 09:08:41 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00