wasm-micro-runtime/core/iwasm/interpreter
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
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
wasm_interp_classic.c Add the tail-call feature support for classic-interp (#401) 2020-09-24 12:38:54 +08:00
wasm_interp_fast.c Add the tail-call feature support for classic-interp (#401) 2020-09-24 12:38:54 +08:00
wasm_interp.h Implement multi-value feature and import binarydump tool (#308) 2020-07-10 16:29:15 +08:00
wasm_loader.c fix problem about local in fast-interp (#406) 2020-09-27 18:05:20 +08:00
wasm_loader.h Merge two levels of hash cache of branch block address into one (#173) 2020-02-22 21:05:08 +08:00
wasm_mini_loader.c fix problem about local in fast-interp (#406) 2020-09-27 18:05:20 +08:00
wasm_opcode.h Add the tail-call feature support for classic-interp (#401) 2020-09-24 12:38:54 +08:00
wasm_runtime.c Add NULL check for memory inst in aot/wasm module malloc/free (#403) 2020-09-28 12:44:23 +08:00
wasm_runtime.h Fix the build warnings on Mac (#388) 2020-09-18 18:22:26 +08:00
wasm.h Add the support for custom name section (#398) 2020-09-23 16:12:09 +08:00