[dpdk-dev] [PATCH 0/5] some small fixes
Bruce Richardson
bruce.richardson at intel.com
Fri Apr 5 15:45:06 CEST 2019
A few coverity fixes, along with a fix for one of the examples meson.build
files which I caught along the way.
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 | 4 ++--
examples/vhost_scsi/meson.build | 2 +-
examples/vhost_scsi/vhost_scsi.c | 6 ++++++
5 files changed, 14 insertions(+), 7 deletions(-)
--
2.20.1
More information about the dev
mailing list