> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Tuesday, December 8, 2015 2:17 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v1 1/1] example/ip_pipeline: fix memcpy issue > > The cmds and thread_cmds 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") > > Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>