> -----Original Message-----
> From: Guo, Junfeng <[email protected]>
> Sent: Wednesday, October 13, 2021 6:35 PM
> To: Zhang, Qi Z <[email protected]>; Wu, Jingjing <[email protected]>;
> Xing, Beilei <[email protected]>
> Cc: [email protected]; [email protected]; Yigit, Ferruh <[email protected]>;
> Guo, Junfeng <[email protected]>
> Subject: [PATCH] net/ice/base: fix null pointer dereferences for parser
>
> Null-checking "p" suggests that it may be null, but it has already been
> dereferenced on all paths leading to the check. Thus correct the code lines
> and
> remove the redundant line.
>
> Fixes: c84f8aa2100c ("net/ice/base: add parser runtime skeleton")
> Cc: [email protected]
>
> Signed-off-by: Junfeng Guo <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi