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

Jakub Kicinski <[email protected]> Fri, 27 Mar 2026 17:33:23 -0700
Newsgroups gmane.linux.x25,gmane.linux.network,gmane.linux.kernel
Message-ID <[email protected]>
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