From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BCF0D2C16; Tue, 25 Jul 2017 15:35:45 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 06:35:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="130980781" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga005.fm.intel.com with ESMTP; 25 Jul 2017 06:35:43 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.187]) by IRSMSX151.ger.corp.intel.com ([169.254.4.191]) with mapi id 14.03.0319.002; Tue, 25 Jul 2017 14:35:42 +0100 From: "Jastrzebski, MichalX K" To: "Lu, Wenzhuo" , "Kozak, KubaX" CC: "dev@dpdk.org" , "Jain, Deepak K" , "stable@dpdk.org" Thread-Topic: [PATCH] net/e1000: fix out of bounds access Thread-Index: AQHTBUCEP0eUgtzA6kyqBeaOCyAm16Jkd4+AgAARgFA= Date: Tue, 25 Jul 2017 13:35:41 +0000 Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213C0903F@IRSMSX109.ger.corp.intel.com> References: <1500985165-149859-1-git-send-email-kubax.kozak@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTNhOTE3YjEtYTMwMC00MWYwLTg0MDAtNDkzNTcwYzAzOGJjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNNekpcL2M5aDZ3c3ZsbkVpNXJhNXJPWE1jUTBIbStxSTZ4TmVqQms1eW0wPSJ9 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] net/e1000: fix out of bounds access 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: , X-List-Received-Date: Tue, 25 Jul 2017 13:35:46 -0000 > -----Original Message----- > From: Lu, Wenzhuo > Sent: Tuesday, July 25, 2017 3:25 PM > To: Kozak, KubaX > Cc: dev@dpdk.org; Jain, Deepak K ; Jastrzebski, > MichalX K ; stable@dpdk.org > Subject: RE: [PATCH] net/e1000: fix out of bounds access >=20 > Hi Kuba, >=20 > > -----Original Message----- > > From: Kozak, KubaX > > Sent: Tuesday, July 25, 2017 8:19 AM > > To: Lu, Wenzhuo > > Cc: dev@dpdk.org; Jain, Deepak K ; Jastrzebski= , > > MichalX K ; Kozak, KubaX > > ; stable@dpdk.org > > Subject: [PATCH] net/e1000: fix out of bounds access > > > > Fix wrong structure type used as argument in memset() call. > > > > Coverity issue: 147223 > > Coverity issue: 147227 > I'm not sure what's this "coverity issue" mean. Maybe we can remove it? Hi Wenzhuo,=20 these are Coverity issue ID numbers - as this is an issue reported by The Coverity Scan tool (a tool for static code analysis). So the line " Coverity issue: 147223" means this patch will fix a defect re= ported by The Coverity Scan tool under the number 147223. Best regards Michal. > Except that, Acked-by: Wenzhuo Lu >=20 > > Fixes: a8600af43738 ("net/igb: parse flow API ethertype filter") > > Fixes: 22bb13410cb2 ("net/igb: create consistent filter") > > Cc: stable@dpdk.org > > > > Signed-off-by: Kuba Kozak