mbox series

[v3,0/5] some small fixes

Message ID 20190408094640.46030-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series some small fixes |

Message

Bruce Richardson April 8, 2019, 9:46 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon April 22, 2019, 9:49 p.m. UTC | #1
> 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

Applied, thanks