> -----Original Message----- > From: Huang, Wei <[email protected]> > Sent: Wednesday, March 17, 2021 4:22 PM > To: [email protected]; Xu, Rosen <[email protected]>; Zhang, Qi Z > <[email protected]> > Cc: [email protected]; Zhang, Tianfei <[email protected]>; Huang, Wei > <[email protected]> > 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

