Hi Maxime,
Thanks for your efforts.
> -----Original Message-----
> From: Maxime Coquelin <maxime.coque...@redhat.com>
> Sent: Friday, July 8, 2022 5:11 PM
> To: Pei, Andy <andy....@intel.com>; dev@dpdk.org
> Cc: Xia, Chenbo <chenbo....@intel.com>; Wang, Xiao W
> <xiao.w.w...@intel.com>
> Subject: Re: [PATCH] vdpa/ifc/base: fix null pointer dereference
>
>
>
> On 7/8/22 07:57, Andy Pei wrote:
> > Fix null pointer dereference reported in coverity scan.
> > Output some log information when lm_cfg is null.
> > Make lm_cfg is not null before operate on lm_cfg.
> >
> > Coverity issue: 378882
> > Fixes: d7fe5a2861e7 ("net/ifc: support live migration")
> >
> > Signed-off-by: Andy Pei <andy....@intel.com>
> > ---
> > drivers/vdpa/ifc/base/ifcvf.c | 31 ++++++++++++++++++++-----------
> > drivers/vdpa/ifc/base/ifcvf_osdep.h | 1 +
> > 2 files changed, 21 insertions(+), 11 deletions(-)
> >
>
> Applied to dpdk-next-virtio/main.
>
> Thanks,
> Maxime