Re: [PATCH] tracing: use strscpy to replace strlcpy

From: Steven Rostedt
Date: Mon Jul 11 2022 - 10:41:41 EST


On Mon, 11 Jul 2022 22:26:12 +0800 (GMT+08:00)
"XueBing Chen" <chenxuebing@xxxxxxx> wrote:

> The strlcpy should not be used because it doesn't limit the source
> length. Preferred is strscpy.

That's not enough justification to make the switch.

These calls are done at boot up. If there's a bug in the source, I rather
have it crash.

-- Steve


>
> Signed-off-by: XueBing Chen <chenxuebing@xxxxxxx>