nuttx/arch
yinshengkai 53ddc3ef7f arch/sim: suppress libasan checks
There is a false positive in asan of gcc-13, we need to mask it to ensure that other parts work properly

sanitizer_common/sanitizer_common_interceptors.inc:
   // FIXME: under ASan the call below may write to freed memory and corrupt
   // its metadata. See
   // https://github.com/google/sanitizers/issues/321.

==572161==ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address 0xed3d3f00 at pc 0xef46af64 bp 0xed3d3de8 sp 0xed3d39bc
WRITE of size 128 at 0xed3d3f00 thread T0
     #0 0xef46af63 in __interceptor_pthread_sigmask ../../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:4419
     #1 0x5486aa7d in up_irq_save sim/posix/sim_hostirq.c:97

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-08-23 08:53:52 +08:00
..
arm drivers/audio: fix samp rate conversion issue 2024-08-22 09:13:51 -03:00
arm64 arm_mpu:Reentrant allocation Region 2024-08-22 01:58:46 +08:00
avr
ceva
dummy
hc
mips
misoc
or1k
renesas
risc-v nuttx/atomic.h:Fix missing type declarations at compile time 2024-08-22 01:44:29 +08:00
sim arch/sim: suppress libasan checks 2024-08-23 08:53:52 +08:00
sparc
tricore
x86 arch/EXTRA_LIBS: link all staging library. 2024-08-21 01:40:15 +08:00
x86_64 arch/EXTRA_LIBS: link all staging library. 2024-08-21 01:40:15 +08:00
xtensa xtensa_mpu:Modify the specified Region attributes 2024-08-22 01:58:46 +08:00
z16
z80
CMakeLists.txt
Kconfig