> -----Original Message-----
> From: Yang, SteveX <stevex.y...@intel.com>
> Sent: Monday, February 7, 2022 4:26 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>; Yang, SteveX <stevex.y...@intel.com>;
> sta...@dpdk.org
> Subject: [PATCH v1] net/ice: fix dereference before null check
>
> This patch fixes coverity issue by assigning the address of the "info->data"
> without "info" pointer check.
>
> CID 375065: Null pointer dereferences (REVERSE_INULL) Null-checking
> "info" suggests that it may be null, but it has already been dereferenced on
> all paths leading to the check.
>
> Coverity issue: 375065
> Fixes: fd8480e61490 ("net/ice: support module EEPROM")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Steve Yang <stevex.y...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi