wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 2613a68108
aot_reloc_x86_64: Fix pointer overflows (#809)
Fix pointer overflow of `(uint8 *)symbol_addr + reloc_addend` detected by UBSan:
```
core/iwasm/aot/arch/aot_reloc_x86_64.c:232:43: runtime error: addition of unsigned offset to 0x000041209004 overflowed to 0x000041209000
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior core/iwasm/aot/arch/aot_reloc_x86_64.c:232:43
```
2021-11-08 16:15:44 +08:00
..
aot aot_reloc_x86_64: Fix pointer overflows (#809) 2021-11-08 16:15:44 +08:00
common Fix app heap corrupted unchecked issue (#788) 2021-10-15 20:56:41 +08:00
compilation Refine interp/aot string storage and emitting (#820) 2021-11-08 11:27:26 +08:00
include Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
interpreter Refine interp/aot string storage and emitting (#820) 2021-11-08 11:27:26 +08:00
libraries [source debug] process ModuleInfo query message (#815) 2021-11-02 12:09:15 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00