Re: [PATCH] platform/x86: replace strcpy() with strscpy()
From: Melih Emik
Date: Mon May 11 2026 - 15:23:01 EST
On Mon, May 11, 2026 at 07:45:34PM +0300, Ilpo Järvinen wrote:
> As the sizeof information for image_type is available here, you should use
> two input strscpy() variant instead.
Thanks for the review.
I noticed this has already been addressed in linux-next by commit
0b9f109c318a ("platform/x86: dell_rbu: use strscpy in image_type_write"),
which also uses the two-argument strscpy() form.
Please ignore this patch.
Thanks,
Melih