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 85CC3201; Tue, 25 Jul 2017 16:04:12 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 07:04:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="111781549" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 25 Jul 2017 07:04:11 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 07:04:10 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 07:04:10 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.94]) with mapi id 14.03.0319.002; Tue, 25 Jul 2017 22:04:06 +0800 From: "Lu, Wenzhuo" To: "Jastrzebski, MichalX K" , "Kozak, KubaX" CC: "dev@dpdk.org" , "Jain, Deepak K" , "stable@dpdk.org" Thread-Topic: [PATCH] net/e1000: fix out of bounds access Thread-Index: AQHTBUCCpgrXrZk0hkOWu3O9VthNjqJkh88A//99ZICAAI2gkA== Date: Tue, 25 Jul 2017 14:04:06 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B67B597@shsmsx102.ccr.corp.intel.com> References: <1500985165-149859-1-git-send-email-kubax.kozak@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> <60ABE07DBB3A454EB7FAD707B4BB158213C0903F@IRSMSX109.ger.corp.intel.com> In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB158213C0903F@IRSMSX109.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTNhOTE3YjEtYTMwMC00MWYwLTg0MDAtNDkzNTcwYzAzOGJjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNNekpcL2M5aDZ3c3ZsbkVpNXJhNXJPWE1jUTBIbStxSTZ4TmVqQms1eW0wPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.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] 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 14:04:14 -0000 Hi Michal, > -----Original Message----- > From: Jastrzebski, MichalX K > Sent: Tuesday, July 25, 2017 9:36 AM > To: Lu, Wenzhuo ; Kozak, KubaX > > Cc: dev@dpdk.org; Jain, Deepak K ; > stable@dpdk.org > Subject: RE: [PATCH] net/e1000: fix out of bounds access >=20 > > -----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 > > > > Hi Kuba, > > > > > -----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? >=20 > Hi Wenzhuo, > 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 > reported by The Coverity Scan tool under the number 147223. Got it. Thanks for that :) >=20 > Best regards > Michal. >=20 > > Except that, Acked-by: Wenzhuo Lu > > > > > 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