On Fri, Apr 28, 2023 at 3:48 PM Alexander Potapenko <glider@xxxxxxxxxx> wrote:
>FORTIFY_SOURCE glidear
> I *think* this isn't a problem for CONFIG_FORTIFY, since these will be
> replaced and checked separately -- but it still seems strange that you
> need to explicitly use __builtin_memcpy.
Or did you mean we'd better use __underlying_memcpy() here instead? I am a bit puzzled.