[PATCH] usb: replace strcpy() with strscpy()
gregkh at linuxfoundation.org
gregkh at linuxfoundation.org
Sat Mar 1 04:02:10 AEDT 2025
On Fri, Feb 28, 2025 at 03:07:03PM +0000, Aditya Garg wrote:
> From: Aditya Garg <gargaditya08 at live.com>
>
> 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 <gargaditya08 at live.com>
As the two functions do different things, are you sure it is safe to
just do a search/replace here? If so, you need to explain that in the
changelog why this is ok, and if not, please document that as well :)
thanks,
greg k-h
More information about the Linuxppc-dev
mailing list