Re: [PATCH v2] hamradio: baycom: replace strcpy() with strscpy()
From: Ethan Carter Edwards <hidden>
Date: 2025-01-20 07:43:31
Also in:
linux-hams, lkml
From: Ethan Carter Edwards <hidden>
Date: 2025-01-20 07:43:31
Also in:
linux-hams, lkml
On 25/01/20 10:40AM, Dan Carpenter wrote:
On Sun, Jan 19, 2025 at 07:34:51PM -0500, Ethan Carter Edwards wrote:quoted
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 verbosityIf 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.
I see. My apologies. High school started back for me last week, so I was busy getting situated with my classes and all. I'll keep this in mind and send it back out in a week or two. Thanks, Ethan
Anyway, if you do resend it feel free to add a: Reviewed-by: Dan Carpenter <redacted> regards, dan carpenter