From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mcnamara, John" Subject: Re: [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue Date: Wed, 9 Dec 2015 10:51:41 +0000 Message-ID: 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: quoted-printable To: "Azarewicz, PiotrX T" , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4CF188D3D for ; Wed, 9 Dec 2015 11:52:01 +0100 (CET) In-Reply-To: <1449653630-25704-1-git-send-email-piotrx.t.azarewicz@intel.com> Content-Language: en-US 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" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Wednesday, December 9, 2015 9:34 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue >=20 > 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*. >=20 > Coverity issue: 120412 > Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding > dynamically") >=20 > Fixes: ea0908c4ab89 ("examples/ip_pipeline: add master pipeline") > Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework initialization > parameters") >=20 > Signed-off-by: Piotr Azarewicz Acked-by: John McNamara