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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Dec 9 21:48:46 CET 2015


> > 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/ip_pipeline: add master pipeline")
> > Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework initialization
> > parameters")
> > 
> > Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz at intel.com>
> 
> Acked-by: John McNamara <john.mcnamara at intel.com>

Applied (and merged with Stephen's patch), thanks


More information about the dev mailing list