From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue Date: Wed, 09 Dec 2015 21:48:46 +0100 Message-ID: <3634586.eXTRuYDjgN@xps13> References: <1449584208-24987-1-git-send-email-piotrx.t.azarewicz@intel.com> <1449653630-25704-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Azarewicz, PiotrX T" Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id BA384568F for ; Wed, 9 Dec 2015 21:50:02 +0100 (CET) Received: by wmww144 with SMTP id w144so239261443wmw.1 for ; Wed, 09 Dec 2015 12:50:02 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > > Acked-by: John McNamara Applied (and merged with Stephen's patch), thanks