On 4/25/2021 1:58 PM, Min Hu (Connor) wrote: > From: HongBo Zheng <zhenghong...@huawei.com> > > 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 > > Signed-off-by: HongBo Zheng <zhenghong...@huawei.com> > Signed-off-by: Min Hu (Connor) <humi...@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Applied to dpdk-next-net/main, thanks.