Re: [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf

From: Bill Wendling

Date: Wed Sep 16 2026 - 17:45:47 EST


On Tue, Sep 15, 2026 at 6:11 PM Borislav Petkov <bp@xxxxxxxxx> wrote:
>
> On Tue, Sep 15, 2026 at 01:00:00PM -0700, Kees Cook wrote:
> > Seems like seq_buf would be better her? But yes, at the very least, this
> > needs to be scnprintf, not snprintf (or add the checks as you have
> > here).
> >
> > The rest of the seq_buf conversions look right.
>
> This driver has been an orphan for a while now (we just made it official) so
> I'd prefer it if we don't do anything here.
>
I'll remove those changes from future emails.

> And yes, that mega CC list is just gross.
>
Apologies. :-(

-bw