From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D66FB8D96 for ; Thu, 10 Dec 2015 11:20:48 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 10 Dec 2015 02:20:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,407,1444719600"; d="scan'208";a="868726603" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 10 Dec 2015 02:20:47 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX151.ger.corp.intel.com ([169.254.4.95]) with mapi id 14.03.0248.002; Thu, 10 Dec 2015 10:20:33 +0000 From: "Mcnamara, John" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1 1/2] examples/ethtool: Fix uninitialised variable Thread-Index: AQHRMzBFuqoBRZFcZUW1LLPG+ZI7QJ7EAggA Date: Thu, 10 Dec 2015 10:20:32 +0000 Message-ID: References: <1449741007-1022-1-git-send-email-remy.horton@intel.com> <1449741007-1022-2-git-send-email-remy.horton@intel.com> In-Reply-To: <1449741007-1022-2-git-send-email-remy.horton@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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 1/2] examples/ethtool: Fix uninitialised variable 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: Thu, 10 Dec 2015 10:20:50 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Remy Horton > Sent: Thursday, December 10, 2015 9:50 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v1 1/2] examples/ethtool: Fix uninitialised > variable >=20 > Fix Coverity warning with uninitialised field in structure being used. > Zero out all the other unused ones. >=20 > >>> CID 120413 (#1 of 1): Uninitialized scalar variable (UNINIT) >=20 > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample > application") >=20 > Signed-off-by: Remy Horton Acked-by: John McNamara