[dpdk-dev] [PATCH v2 1/1] examples/ip_pipeline: fix wrong size of argument

2016-04-08 Thread Thomas Monjalon
> CID 120150: > Wrong size of the allocated memory. Passing argument as size of pointer > (8UL) instead of size of structure app_pipeline_firewall_rule. > > Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall > rules") > > Signed-off-by: Marcin Kerlin Applied, thanks

[dpdk-dev] [PATCH v2 1/1] examples/ip_pipeline: fix wrong size of argument

2016-04-08 Thread Marcin Kerlin
v2: added fixline CID 120150: Wrong size of the allocated memory. Passing argument as size of pointer (8UL) instead of size of structure app_pipeline_firewall_rule. Fixes: 67ebdbef0c31 ("examples/ip_pipeline: add bulk update of firewall rules") Signed-off-by: Marcin Kerlin --- examples/ip_pipe