Re: [PATCH net-next] drivers/net/wireless/marvell/mwifiex/sdio: Use strscpy() to copy strings into arrays

From: Brian Norris

Date: Tue Aug 11 2026 - 17:44:00 EST


This isn't how driver patch subjects should be formed. It should be:

wifi: mwifiex: ...

On Mon, Jun 08, 2026 at 10:54:47AM +0100, david.laight.linux@xxxxxxxxx wrote:
> From: David Laight <david.laight.linux@xxxxxxxxx>
>
> Replacing strcpy() with strscpy() ensures that overflow of the target
> buffer cannot happen.
>
> Signed-off-by: David Laight <david.laight.linux@xxxxxxxxx>

Acked-by: Brian Norris <briannorris@xxxxxxxxxxxx>