On Thu, Jun 25, 2026 at 04:48:12PM +0100, Anatoly Burakov wrote:
> Static analysis reports that a rule dump may trigger NULL dereference when
> rule pointer is NULL. This should not happen under normal circumstances as
> 0 sized rule would not dereference the rule data pointer due to chunking,
> but it's a good defensive check, so add it.
>
> Coverity issue: 503771
>
> Fixes: ffaddd0fa935 ("net/i40e: support flow dump")
>
> Signed-off-by: Anatoly Burakov <[email protected]>
> ---
Acked-by: Bruce Richardson <[email protected]>
- [PATCH v1 1/4] net/ice: fix potential NULL dereference Anatoly Burakov
- [PATCH v1 2/4] net/ixgbe: fix potential NULL derefer... Anatoly Burakov
- Re: [PATCH v1 2/4] net/ixgbe: fix potential NULL... Bruce Richardson
- [PATCH v1 4/4] net/iavf: fix potential NULL derefere... Anatoly Burakov
- Re: [PATCH v1 4/4] net/iavf: fix potential NULL ... Bruce Richardson
- [PATCH v1 3/4] net/i40e: fix potential NULL derefere... Anatoly Burakov
- Re: [PATCH v1 3/4] net/i40e: fix potential NULL ... Bruce Richardson
- Re: [PATCH v1 1/4] net/ice: fix potential NULL deref... Bruce Richardson
- Re: [PATCH v1 1/4] net/ice: fix potential NULL d... Bruce Richardson

