Re: [PATCH] usb: replace strcpy() with strscpy()

2025-02-28 Thread Aditya Garg
> On 28 Feb 2025, at 10:33 PM, gre...@linuxfoundation.org wrote: > > On Fri, Feb 28, 2025 at 03:07:03PM +0000, Aditya Garg wrote: >> From: Aditya Garg >> >> The strcpy() function has been deprecated and replaced with strscpy(). >> This patch shall

[PATCH] usb: replace strcpy() with strscpy()

2025-02-28 Thread Aditya Garg
From: Aditya Garg The strcpy() function has been deprecated and replaced with strscpy(). This patch shall replace it in the whole USB tree. Link: https://github.com/KSPP/linux/issues/88 Signed-off-by: Aditya Garg --- drivers/usb/atm/ueagle-atm.c | 2 +- drivers/usb/gadget