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

2014-12-17 Thread Thomas Monjalon
> 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

Applied

Thanks
-- 
Thomas


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

2014-12-16 Thread Bruce Richardson
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