Re: [PATCH 1/6] USB: serial: ti_usb_3410_5052: Use safer strscpy() instead of strcpy()

From: Johan Hovold

Date: Tue Mar 17 2026 - 10:46:01 EST


On Tue, Mar 10, 2026 at 05:44:29PM +0800, Ai Chao wrote:
> Use a safer function strscpy() instead of strcpy() for copying to
> arrays.
>
> Only idiomatic code replacement, and no functional changes.
>
> Signed-off-by: Ai Chao <aichao@xxxxxxxxxx>
> ---

I've applied this one (1/6) for 7.1. Thanks.

Johan