> -----Original Message----- > From: Huang, Wei <wei.hu...@intel.com> > Sent: Wednesday, March 17, 2021 4:22 PM > To: dev@dpdk.org; Xu, Rosen <rosen...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com> > Cc: sta...@dpdk.org; Zhang, Tianfei <tianfei.zh...@intel.com>; Huang, Wei > <wei.hu...@intel.com> > Subject: [PATCH v1 0/4] Fix coverity issues reported in DPDK-26380 > > Below coverity issues are fixed in this patch set. > 367477, 367478, 367481, 367483 > > Wei Huang (4): > raw/ifpga/base: use trusted buffer to free > raw/ifpga/base: check return value of lseek > raw/ifpga/base: assign unsigned value to length > raw/ifpga/base: check pointer before dereferencing > > drivers/raw/ifpga/base/ifpga_fme_rsu.c | 26 +++++++++++++++++++++++--- > drivers/raw/ifpga/base/ifpga_sec_mgr.c | 2 +- > 2 files changed, 24 insertions(+), 4 deletions(-) > > -- > 2.29.2 Applied to dpdk-next-net-intel. Thanks Qi