[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 Appl

[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/co