mbox series

[v2,0/5] some small fixes

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

Message

Bruce Richardson April 5, 2019, 2:37 p.m. UTC
  A few coverity fixes, along with a fix for one of the examples meson.build
files which I caught along the way.

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(-)