On Fri, Oct 1, 2021 at 1:59 AM Kees Cook <keescook@xxxxxxxxxxxx> wrote: > > + static __always_inline __init __printf(4, 5) void * __must_check action(enum magic value, > + size_t size, u8 count, char *fmt, ...) > + __malloc (From my other email) Is this `__malloc` intended to be in a separate line? (the first example has everything on the same line). Cheers, Miguel