From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <huawei.xie@intel.com> Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2228B3F9 for <dev@dpdk.org>; Fri, 11 Dec 2015 15:57:51 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 11 Dec 2015 06:57:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="858843717" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 11 Dec 2015 06:57:52 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 11 Dec 2015 06:57:50 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 11 Dec 2015 06:57:49 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.28]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.92]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 22:57:48 +0800 From: "Xie, Huawei" <huawei.xie@intel.com> To: "Mcnamara, John" <john.mcnamara@intel.com>, "dev@dpdk.org" <dev@dpdk.org> Thread-Topic: [PATCH 1/4] vhost: Fix Coverity issue with possible array out-of-bounds read Thread-Index: AdE0JEvvxGjpDWv4QW+bOqv+uu74/A== Date: Fri, 11 Dec 2015 14:57:47 +0000 Message-ID: <C37D651A908B024F974696C65296B57B4BB8C4D4@SHSMSX103.ccr.corp.intel.com> References: <1449770240-103240-1-git-send-email-huawei.xie@intel.com> <1449770240-103240-2-git-send-email-huawei.xie@intel.com> <B27915DBBA3421428155699D51E4CFE202403483@IRSMSX103.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 1/4] vhost: Fix Coverity issue with possible array out-of-bounds read X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 11 Dec 2015 14:57:52 -0000 On 12/11/2015 10:49 PM, Mcnamara, John wrote:=0A= >> -----Original Message-----=0A= >> From: Huawei Xie=0A= >> Sent: Thursday, December 10, 2015 5:57 PM=0A= >> To: dev@dpdk.org=0A= >> Cc: Mcnamara, John; Xie, Huawei=0A= >> Subject: [PATCH 1/4] vhost: Fix Coverity issue with possible array out-o= f-=0A= >> bounds read=0A= >>=0A= >> CID 107126 (#1 OF 1): Out-of-bounds read=0A= >> Fixes: 8f972312b8f4 ("vhost: support vhost-user")=0A= >>=0A= >> Signed-off-by: Huawei Xie <huawei.xie@intel.com>=0A= > Thanks. In future could you also update the Coverity Action to "Fix Submi= tted".=0A= > I'll do it this time for the ones I ack. =0A= Thanks John. I already planned to do this.=0A= >=0A= > Acked-by: John McNamara <john.mcnamara@intel.com>=0A= >=0A= >=0A= =0A=