Re: [PATCH next] drivers/video/fbdev/sis: Replace strlen() strcpy() pair with strscpy()
From: Helge Deller
Date: Sun Jun 07 2026 - 11:50:19 EST
On 6/6/26 22:27, david.laight.linux@xxxxxxxxx wrote:
From: David Laight <david.laight.linux@xxxxxxxxx>
Use the result of strscpy() for the overflow check.
Signed-off-by: David Laight <david.laight.linux@xxxxxxxxx>
Hi David,
I've applied your 5 patches to the fbdev git tree.
Thanks!
Helge