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 0C17D37B7; Tue, 25 Jul 2017 15:25:08 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 06:25:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="1155171726" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 25 Jul 2017 06:25:04 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 25 Jul 2017 06:25:03 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Tue, 25 Jul 2017 21:25:00 +0800 From: "Lu, Wenzhuo" To: "Kozak, KubaX" CC: "dev@dpdk.org" , "Jain, Deepak K" , "Jastrzebski, MichalX K" , "stable@dpdk.org" Thread-Topic: [PATCH] net/e1000: fix out of bounds access Thread-Index: AQHTBUCCpgrXrZk0hkOWu3O9VthNjqJkh88A Date: Tue, 25 Jul 2017 13:24:59 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B67B531@shsmsx102.ccr.corp.intel.com> References: <1500985165-149859-1-git-send-email-kubax.kozak@intel.com> In-Reply-To: <1500985165-149859-1-git-send-email-kubax.kozak@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 13:25:09 -0000 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 >=20 > Fix wrong structure type used as argument in memset() call. >=20 > Coverity issue: 147223 > Coverity issue: 147227 I'm not sure what's this "coverity issue" mean. Maybe we can remove it? 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 >=20 > Signed-off-by: Kuba Kozak