Re: [PATCH next] drivers/video/fbdev/sis: Replace strlen() strcpy() pair with strscpy()
From: David Laight
Date: Sun Jun 07 2026 - 13:19:32 EST
On Sun, 7 Jun 2026 17:50:00 +0200
Helge Deller <deller@xxxxxx> wrote:
> 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
Thanks, that'll be 5 that don't come around when I try the same test
in a couple of months time :-)
David