[dpdk-dev] [PATCH 0/5] Fixes for issues highlighted by static analysis scan

2014-12-16 Thread Bruce Richardson
This patch set fixes 5 issues found during a static analysis scan of the latest DPDK code. These fixes are for possible NULL pointer references and array overflow/underflow. Bruce Richardson (5): test: after NULL check, don't free the NULL pointer test: check for mbuf alloc failure examples

[dpdk-dev] [PATCH 0/5] Fixes for issues highlighted by static analysis scan

2014-12-17 Thread Thomas Monjalon
> This patch set fixes 5 issues found during a static analysis scan of the > latest > DPDK code. These fixes are for possible NULL pointer references and array > overflow/underflow. > > Bruce Richardson (5): > test: after NULL check, don't free the NULL pointer > test: check for mbuf alloc f