| b6c0f464 | 09-Feb-2022 |
Weiguo Li <[email protected]> |
net/memif: remove pointer deference before null check
There are duplicates of assignment here, the one before null check may cause a null pointer deference, so remove the previous one.
Fixes: 09c7e
net/memif: remove pointer deference before null check
There are duplicates of assignment here, the one before null check may cause a null pointer deference, so remove the previous one.
Fixes: 09c7e63a71f9 ("net/memif: introduce memory interface PMD") Cc: [email protected]
Signed-off-by: Weiguo Li <[email protected]> Reviewed-by: Ferruh Yigit <[email protected]>
show more ...
|