Home
last modified time | relevance | path

Searched hist:"5 bea6aedcc5c12744a5956dc8d17bac5a35bbe28" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/kernel/
H A Dasan.c5bea6aedcc5c12744a5956dc8d17bac5a35bbe28 Wed Aug 23 09:29:48 UTC 2023 Jerome Forissier <jerome.forissier@linaro.org> core: asan: prevent nefarious optimization in unchecked memcpy() and memset()

Add __inhibit_loop_to_libcall qualifier to asan_memcpy_unchecked() and
asan_memset_unchecked() so that the compiler does not invoke the real
(checked) memcpy() and memset().

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>