Re: [PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
From: Greg KH
Date: Wed Apr 02 2025 - 15:16:35 EST
On Wed, Apr 02, 2025 at 08:25:04PM +0300, goralbaris wrote:
> Signed-off-by: goralbaris <goralbaris@xxxxxxxxx>
I think something went wrong with your subject line :(
Also, don't use your email alias for signed-off-by please.
thanks,
greg k-h