From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 09 Dec 2015 02:51:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,403,1444719600"; d="scan'208";a="869899675" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 09 Dec 2015 02:51:42 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX104.ger.corp.intel.com ([169.254.5.138]) with mapi id 14.03.0248.002; Wed, 9 Dec 2015 10:51:41 +0000 From: "Mcnamara, John" To: "Azarewicz, PiotrX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue Thread-Index: AQHRMmUjgnX6Rzpw/0uClYllxJZH/57Cek6A 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> In-Reply-To: <1449653630-25704-1-git-send-email-piotrx.t.azarewicz@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/1] example/ip_pipeline: fix memcpy issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2015 10:52:03 -0000 > -----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