wasm-micro-runtime/core/iwasm
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
..
aot Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
common Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
compilation Fix aot compiler issue reported by Coverity (#2770) 2023-11-16 10:54:39 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-11-09 10:13:59 +08:00
interpreter Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
libraries Return uint32 from WASI functions (#2749) 2023-11-13 20:07:32 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00