Re: [PATCH v2] hamradio: baycom: replace strcpy() with strscpy()
From: Dan Carpenter <hidden>
Date: 2025-01-20 07:40:10
Also in:
linux-hams, lkml
From: Dan Carpenter <hidden>
Date: 2025-01-20 07:40:10
Also in:
linux-hams, lkml
On Sun, Jan 19, 2025 at 07:34:51PM -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> --- v2: reduce verbosity
If you had resent this patch a week ago we would have happily merged it. But now you've hit the merge window and you'll need to wait until 6.14-rc1 or -rc2 have been released and then rebase it on net-next again and resend it. Anyway, if you do resend it feel free to add a: Reviewed-by: Dan Carpenter <redacted> regards, dan carpenter