Re: [PATCH] netfilter: conntrack_amanda: fix port value truncation
From: Aamir Ahmed
Date: Mon Sep 07 2026 - 21:38:10 EST
On Mon, Sep 07, 2026 at 02:56:13PM +0800, Chenguang Zhao wrote:
> len = min_t(unsigned int, sizeof(pbuf) - 1, stop - off) already
> limits the length so that it cannot be greater than 5. Could the
> len > 5 check here be dropped?
Yes, that is correct actually - will drop it in v2. I will carry your
Reviewed-by on v2 if that is OK with the change.
On Mon, Sep 07, 2026 at 06:37:43PM +0200, Pablo Neira Ayuso wrote:
> Please, specify target tree. This must go to nf-next.
Will resend as [PATCH nf-next v2], without the stable Cc.
Kind Regards
Aamir A.