wasm-micro-runtime/core/iwasm/aot/arch
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_reloc_aarch64.c Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
aot_reloc_arc.c Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_reloc_arm.c Add __umodsi3 to target symbol map in aot_reloc_arm.c (#793) 2021-10-19 17:04:09 +08:00
aot_reloc_mips.c Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_reloc_riscv.c Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_reloc_thumb.c Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_reloc_x86_32.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
aot_reloc_x86_64.c aot_reloc_x86_64: Fix pointer overflows (#809) 2021-11-08 16:15:44 +08:00
aot_reloc_xtensa.c Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00