wasm-micro-runtime/core
Wenyong Huang 9a32e0672c
Fix aot compiler issue reported by Coverity (#2770)
Set `abi` to "gnu" for the bare-metal target when `abi` is NULL,
or the below `bh_assert` and `bh_memcpy` may deference a NULL
pointer. Error is reported when running wamrc compiled with
`cmake .. -DCMAKE_BUILD_TYPE=Debug`:
```
core/iwasm/compilation/aot_llvm.c:2584:13: runtime error:
  null pointer passed as argument 1, which is declared to never be null
```
2023-11-16 10:54:39 +08:00
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Fix aot compiler issue reported by Coverity (#2770) 2023-11-16 10:54:39 +08:00
shared Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
config.h Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
version.h Update version number and release notes (#2378) 2023-08-22 08:55:36 +08:00