Re: [PATCH net v2] netfilter: Add protection for bmp length out of range
From: Florian Westphal
Date: Sat Mar 02 2024 - 06:53:04 EST
Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote:
> > + if (f->sz > 32)
> > + return H323_ERROR_RANGE;
>
> Could you possibly place this in get_bitmap()? IIRC these are the only
> two calls to this function.
How would you signal the error? I think this patch is fine as-is.