Re: [PATCH] powerpc: move from strlcpy with unused retval to strscpy
From: Michael Ellerman <hidden>
Date: 2022-08-31 13:16:01
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2022-08-31 13:16:01
Also in:
lkml
On Thu, 18 Aug 2022 22:59:46 +0200, Wolfram Sang wrote:
Follow the advice of the below link and prefer 'strscpy' in this subsystem. Conversion is 1:1 because the return value is not used. Generated by a coccinelle script.
Applied to powerpc/next.
[1/1] powerpc: move from strlcpy with unused retval to strscpy
https://git.kernel.org/powerpc/c/14be375634c3f8ff750bdce0c10036c2fbfcb282
cheers