Disable ASAN in ffi_call_int functions 66/319866/1 accepted/tizen_base accepted/tizen_base_toolchain accepted/tizen_base_x tizen_base accepted/tizen/base/20250224.033227 accepted/tizen/base/toolchain/20250227.033046 accepted/tizen/base/x/20250224.083703 accepted/tizen/base/x/20250225.074823
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 19 Feb 2025 03:12:19 +0000 (12:12 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 19 Feb 2025 03:32:22 +0000 (03:32 +0000)
commit0bec1608c60d72562bd58b1ac4bb5eb56e3fc9a6
treee834bc80d26258f0f486b6c3cdcfec0513205d28
parent041270ddb68e348361ec0c393c2dc3831d927975
Disable ASAN in ffi_call_int functions

Disabled ASAN in ffi_call_int on arm and riscv to prevent
dynamic-stack-buffer-overflow

Ref: https://github.com/libffi/libffi/pull/858
Ref: https://archive.tizen.org/gerrit/#/c/platform/upstream/libffi/+/263835/
Ref: https://archive.tizen.org/gerrit/#/c/platform/upstream/libffi/+/315515/
Ref: https://review.tizen.org/gerrit/c/platform/upstream/libffi/+/317304

Change-Id: I6c526415cbcb7d95dfdfde8115086a6494ab8338
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
src/arm/ffi.c
src/riscv/ffi.c