[dpdk-dev] [PATCH 0/3] (More) Fixes for issues highlighted by static analysis

Bruce Richardson bruce.richardson at intel.com
Tue Dec 16 17:30:21 CET 2014


A further three small patches fixing more issues highlighted by static 
analysis scans.

Bruce Richardson (3):
  af_packet: ensure *internals is not null when dereferencing
  ixgbe: prevent array overflow access in vector driver
  eal: for safety, use snprintf instead of sprintf

 lib/librte_eal/common/include/rte_version.h  |  4 ++--
 lib/librte_pmd_af_packet/rte_eth_af_packet.c | 15 ++++++++-------
 lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c        |  2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

-- 
1.9.3



More information about the dev mailing list