Re: [PATCH v3] hamradio: baycom: replace strcpy() with strscpy()
From: Dan Carpenter <hidden>
Date: 2025-02-09 06:24:08
Also in:
linux-hams, linux-hardening, lkml
From: Dan Carpenter <hidden>
Date: 2025-02-09 06:24:08
Also in:
linux-hams, linux-hardening, lkml
On Sat, Feb 08, 2025 at 11:06:21PM -0500, Ethan Carter Edwards wrote:
The strcpy() function has been deprecated and replaced with strscpy(). There is an effort to make this change treewide: https://github.com/KSPP/linux/issues/88. Signed-off-by: Ethan Carter Edwards <redacted> Reviewed-by: Dan Carpenter <redacted> --- v3: resend after merge window ends Link to v2: https://lore.kernel.org/lkml/62yrwnnvqtwv4etjeaatms5xwiixirkbm6f7urmijwp7kk7bio@r2ric7eqhsvf/T/#u (local) v2: reduce verbosity Link to v1: https://lore.kernel.org/lkml/bqKL4XKDGLWNih2jsEzZYpBSHG6Ux5mLZfDBIgHckEUxDq4l4pPgQPEXEqKRE7pUwMrXZBVeko9aYr1w_E5h5r_R_YFA46G8dGhV1id7zy4=@ethancedwards.com/ (local)
Ah great. Thanks for remembering. regards, dan carpenter