> -Original Message-
> From: Yang, SteveX
> Sent: Monday, February 7, 2022 4:26 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; Zhang, Qi Z
> ; Yang, SteveX ;
> sta...@dpdk.org
> Subject: [PATCH v1] net/ice: fix dereference before null check
>
> This patch fix
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 is
2 matches
Mail list logo