From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 197FFE72 for ; Tue, 8 Dec 2015 15:49:11 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 08 Dec 2015 06:49:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,400,1444719600"; d="scan'208";a="836823387" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 08 Dec 2015 06:49:07 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by irsmsx105.ger.corp.intel.com ([169.254.7.203]) with mapi id 14.03.0248.002; Tue, 8 Dec 2015 14:47:27 +0000 From: "Mcnamara, John" To: "Azarewicz, PiotrX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1 1/1] example/ip_pipeline: fix memcpy issue Thread-Index: AQHRMcL26I6WQb2b4EyFt5Ys0IsTJ57BKxSA Date: Tue, 8 Dec 2015 14:47:26 +0000 Message-ID: References: <1449584208-24987-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: <1449584208-24987-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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 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: Tue, 08 Dec 2015 14:49:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Tuesday, December 8, 2015 2:17 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v1 1/1] example/ip_pipeline: fix memcpy issue >=20 > 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*. >=20 > Coverity issue: 120412 > Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding > dynamically") >=20 > Signed-off-by: Piotr Azarewicz Acked-by: John McNamara