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/iwasm/aot
Huang Qi 0bf7f7310b
Add NULL check for memory inst in aot/wasm module malloc/free (#403)
* Add NULL check for memory page in aot/wasm module malloc/free

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>

* Update aot_runtime.c

* Update wasm_runtime.c

Co-authored-by: Huang Qi <huangqi3@xiaomi.com>
Co-authored-by: Wenyong Huang <wenyong.huang@intel.com>
2020-09-28 12:44:23 +08:00
..
arch Fix issue and compilation warnings of new function call APIs (#383) 2020-09-14 15:30:42 +08:00
aot_loader.c introduce WAMR memory profiling tool (experimental) (#390) 2020-09-18 18:04:56 +08:00
aot_reloc.h Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
aot_runtime.c Add NULL check for memory inst in aot/wasm module malloc/free (#403) 2020-09-28 12:44:23 +08:00
aot_runtime.h introduce WAMR memory profiling tool (experimental) (#390) 2020-09-18 18:04:56 +08:00
iwasm_aot.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00