Re: [PATCH net] net/x25: Fix overflow when accumulating packets

From: Jakub Kicinski

Date: Fri Mar 27 2026 - 20:33:43 EST


On Fri, 27 Mar 2026 09:36:00 +0100 Martin Schiller wrote:
> > + /* make sure we don't overflow */
> > + if (x25->fraglen + skb->len > sizeof(x25->fraglen)) {
>
> Please ignore this patch. I'll send a V2 without that
> "sizeof()" nonsense in a moment.

We ask that submitters wait 24h before reposting:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#tl-dr
--
pv-bot: 24h