From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 251DEA00E6 for ; Tue, 6 Aug 2019 13:13:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 393B71BE48; Tue, 6 Aug 2019 13:13:50 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 48B9E1BE47 for ; Tue, 6 Aug 2019 13:13:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 04:13:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,353,1559545200"; d="scan'208";a="185621452" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 06 Aug 2019 04:13:47 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 6 Aug 2019 04:13:46 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 6 Aug 2019 04:13:45 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.15]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.65]) with mapi id 14.03.0439.000; Tue, 6 Aug 2019 19:13:44 +0800 From: "Zhang, Qi Z" To: "Ye, Xiaolong" , "Yang, Qiming" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Ye, Xiaolong" , "Wang, Ying A" Thread-Topic: [dpdk-dev] [PATCH v2] net/ice: fix potential null pointer dereferences Thread-Index: AQHVS25vt3WjDhS3t0ab4k2WcAny8qbt+PQQ Date: Tue, 6 Aug 2019 11:13:43 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D79A49@SHSMSX105.ccr.corp.intel.com> References: <20190805091511.64965-1-xiaolong.ye@intel.com> In-Reply-To: <20190805091511.64965-1-xiaolong.ye@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzIzY2ExMDItYTRhMC00ZGI0LTg5YjYtMDA1YmFhY2Q2MmY1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYXU4K1FcL0xzSzJTeThhcklLU0dUZFwvKzRwSHBtTkFXVGo5QVVmeGx4ODJZbm9xVWR0cGpyelJ4T3E3U2VcL1pMWiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ice: fix potential null pointer dereferences X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions 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 Xiaolong Ye > Sent: Monday, August 5, 2019 5:15 PM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Ye, Xiaolong ; Wang, Ying A > > Subject: [dpdk-dev] [PATCH v2] net/ice: fix potential null pointer derefe= rences >=20 > This patch fixes two null pointer dereferences in flow code detected by c= overity > scan. >=20 > Coverity issue: 345815, 345816 > Fixes: 94f00800d78b ("net/ice: fix VXLAN/NVGRE flow matching") > Cc: ying.a.wang@intel.com >=20 > Signed-off-by: Xiaolong Ye Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi