[dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue

2015-12-09 Thread Thomas Monjalon
> > The source and destination both are the arrays of cmdline_parse_ctx_t. > > So the goal is to copy elements size of cmdline_parse_ctx_t not > > cmdline_parse_ctx_t*. > > > > Coverity issue: 120412 > > Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding > > dynamically") > >

[dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue

2015-12-09 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Wednesday, December 9, 2015 9:34 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue > > The source and destination b

[dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue

2015-12-09 Thread Piotr Azarewicz
The source and destination both are the arrays of cmdline_parse_ctx_t. So the goal is to copy elements size of cmdline_parse_ctx_t not cmdline_parse_ctx_t*. Coverity issue: 120412 Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding dynamically") Fixes: ea0908c4ab89 ("examples/i