Re: [dpdk-dev] [PATCH] common/sfc_efx/base: fix the problem of using null pointer

2021-04-27 Thread Ferruh Yigit
On 4/25/2021 1:58 PM, Min Hu (Connor) wrote: > From: HongBo Zheng > > In function efx_pci_xilinx_cap_tbl_find, pointer entry_offsetp is used > before null pointer check, which may cause access to null pointer. > > This patch fix this problem. > > Fixes: ba9568b8b4b7 ("common/sfc_efx/base: add X

[dpdk-dev] [PATCH] common/sfc_efx/base: fix the problem of using null pointer

2021-04-25 Thread Min Hu (Connor)
From: HongBo Zheng In function efx_pci_xilinx_cap_tbl_find, pointer entry_offsetp is used before null pointer check, which may cause access to null pointer. This patch fix this problem. Fixes: ba9568b8b4b7 ("common/sfc_efx/base: add Xilinx capabilities table lookup") Cc: sta...@dpdk.org Signe