wasm-micro-runtime/core/iwasm/aot/arch
Wenyong Huang 64be6ec9a7
Fix potential pointer overflows (#826)
Fix some potential pointer overflows in aot applying relocations and
several other places.
And add sanitizer compiler flags to wamrc CMakeLists.txt to detect
such issues.
2021-11-15 10:57:37 +08:00
..
aot_reloc_aarch64.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_arc.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_arm.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_mips.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_riscv.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_thumb.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_x86_32.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_x86_64.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_xtensa.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00