Re: [PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations

From: Steven Rostedt
Date: Wed Jun 06 2018 - 14:26:45 EST


On Wed, 6 Jun 2018 16:26:00 +0200
Johan Hovold <johan@xxxxxxxxxx> wrote:

> Looks like the greybus code above is working as intended by checking for
> unterminated string after the strncpy, even if this does now triggers
> the truncation warning.

Ah, yes I now see that. Thanks for pointing it out. But perhaps it
should also add the "- 1" to the strncpy() so that gcc doesn't think
it's a mistake.

-- Steve