Re: [PATCH v4 1/3] kasan: No KASAN's memmove check if archs don't have it.

From: Andrey Ryabinin
Date: Mon Nov 18 2019 - 11:23:05 EST


On 10/28/19 5:40 AM, Nick Hu wrote:
> If archs don't have memmove then the C implementation from lib/string.c is used,
> and then it's instrumented by compiler. So there is no need to add KASAN's
> memmove to manual checks.
>
> Signed-off-by: Nick Hu <nickhu@xxxxxxxxxxxxx>
> ---

Acked-by: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>