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
..
2021-10-21 13:58:34 +08:00
2021-10-21 13:58:34 +08:00
2020-11-05 18:15:15 +08:00
2021-11-08 16:15:44 +08:00
2021-11-06 15:58:21 +08:00
2021-10-26 18:52:30 +08:00