From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BF2FA3B7777 for ; Tue, 19 May 2026 20:00:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779220861; cv=none; b=SSkX1gTTLnevG9coQ4tBYVad2gRZaOovxt6Sm9TvWBix7KPxKo/YlVSlflF2myvQEu1VlVCPQYkq+P/asoMwbzQsMHtfYg/MHVZkOXGtWvU3QLEpTVwfYfAUqW7iskcPYK3dyMa/VLvZd0zhqDNjjUE2ihYXYzwe/kgTktqhJCo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779220861; c=relaxed/simple; bh=YRzpkJK2vF5bdAnERuvJ1FcmRBx48zxt4jXB+yd6jrE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OwvsjFKLrmlzvyzOSs8H0TtZXDD6wrce61W8Cv1nUY51TK56CWu1cL7MEvIKyH8+6MQ/NRcv4a1eKoemXW2gQaneyg2il3hG+kt1sFF7X0TScXO9uC7dj1WfISheXPg5gkU+sw+HirSFhs238cxfl18JD/DMl6Jdt45DVSlo8k0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id DF4FB607BD; Tue, 19 May 2026 22:00:57 +0200 (CEST) Date: Tue, 19 May 2026 22:00:57 +0200 From: Florian Westphal To: Pablo Neira Ayuso Cc: =?iso-8859-1?Q?=C0lex_Fern=E1ndez?= , netfilter-devel@vger.kernel.org Subject: Re: [PATCH v4] netfilter: conntrack: fix integer overflow in expectation timeout Message-ID: References: <20260504112300.715192-1-tomaquet18@protonmail.com> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Pablo Neira Ayuso wrote: > > I think this is just a cleanup / nf-next material? > > But this can also go through nf.git for correctness, we can just > describe in the PR the effect of this bug. Yes, its low risk change to clamp this, it can go via nf too.