wasm-micro-runtime/samples/littlevgl/vgl-wasm-runtime
Wenyong Huang 2bac6a42a7
Fix some issues reported by Coverity (#1150)
module_wasm_app.c: add return value check for wasm_runtime_call_wasm
aot_runtime.c: add return value check for aot_get_default_memory
aot_runtime.c: add return value check before calling wasm app malloc/free func
wasm_runtime_common.c: fix dead code warning in wasm_runtime_load_from_sections
aot_emit_memory.c: fix potential integer overflow issue
wasm_runtime.c: remove dead code in memory_instantiate, add assertion for globals
samples simple/gui/littlevgl: fix fields of struct sigaction initialization issue
host-tool: add return value check for sendto
2022-05-07 16:51:43 +08:00
..
src Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
zephyr-build Enable mpu stack for latest zephyr to enable app manager (#673) 2021-07-27 12:22:22 +08:00
CMakeLists.txt re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00