> sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH] net/vmxnet3: fix dereference before null check
>
> From: Tomasz Kulasek
>
> Coverity error:
>
> check_after_deref: Null-checking rq suggests that it may be null, but it
>has alre
From: Tomasz Kulasek
Coverity error:
check_after_deref: Null-checking rq suggests that it may be null, but it
has already been dereferenced on all paths leading to
the check.
This patch moves NULL checking of "rq" at the very beginning of the path
before an
From: Tomasz Kulasek
Coverity error:
check_after_deref: Null-checking rq suggests that it may be null, but it
has already been dereferenced on all paths leading to
the check.
This patch moves NULL checking of "rq" at the very beginning of the path
before an
3 matches
Mail list logo