[dpdk-dev] [PATCH v3 0/5] some small fixes
Bruce Richardson
bruce.richardson at intel.com
Mon Apr 8 11:46:35 CEST 2019
A few coverity fixes, along with a fix for one of the examples meson.build
files which I caught along the way.
v3: updated patch 2, to include fixes from Tiwei.
v2: include a typo fix identified by Rami Rosen.
Bruce Richardson (5):
examples/vhost_scsi: fix header check for meson build
examples/vhost_scsi: fix missing NULL-check for parameter
net/i40e: fix dereference before NULL check in mbuf release
app/testpmd: fix variable use before NULL check
net/i40e: fix dereference before check when getting EEPROM
app/test-pmd/cmdline.c | 4 ++--
drivers/net/i40e/i40e_ethdev.c | 5 +++--
drivers/net/i40e/i40e_rxtx.c | 6 +++---
examples/vhost_scsi/meson.build | 2 +-
examples/vhost_scsi/vhost_scsi.c | 6 ++++++
5 files changed, 15 insertions(+), 8 deletions(-)
--
2.20.1
More information about the dev
mailing list