Re: [PATCH next] drivers/video/fbdev/sis: Replace strlen() strcpy() pair with strscpy()
From: David Laight <hidden>
Date: 2026-06-07 17:19:23
Also in:
dri-devel, linux-hardening, lkml
From: David Laight <hidden>
Date: 2026-06-07 17:19:23
Also in:
dri-devel, linux-hardening, lkml
On Sun, 7 Jun 2026 17:50:00 +0200 Helge Deller [off-list ref] wrote:
On 6/6/26 22:27, david.laight.linux@gmail.com wrote:quoted
From: David Laight <redacted> Use the result of strscpy() for the overflow check. Signed-off-by: David Laight <redacted>Hi David, I've applied your 5 patches to the fbdev git tree. Thanks! Helge
Thanks, that'll be 5 that don't come around when I try the same test in a couple of months time :-) David