mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-18 02:59:21 +00:00
![]() 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 ``` |
||
---|---|---|
.. | ||
aot_reloc_aarch64.c | ||
aot_reloc_arc.c | ||
aot_reloc_arm.c | ||
aot_reloc_mips.c | ||
aot_reloc_riscv.c | ||
aot_reloc_thumb.c | ||
aot_reloc_x86_32.c | ||
aot_reloc_x86_64.c | ||
aot_reloc_xtensa.c |