Re: [PATCH] alpha: move from strlcpy with unused retval to strscpy

From: Joe Perches
Date: Thu Aug 18 2022 - 19:41:32 EST


On Thu, 2022-08-18 at 22:59 +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.

Nice.

Last time I posted a coccinelle script for strlcpy->strscpy conversions
with unused returns, there were several variants that were not converted.

https://lore.kernel.org/cocci/a3279a5772b2e49b57890cd75e97360b82890798.camel@xxxxxxxxxxx/T/#m502108bfe0cc6a41d499a4c1b55d5f5db1423465

Did you post the script you used?