From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2228B3F9 for ; 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" To: "Mcnamara, John" , "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: References: <1449770240-103240-1-git-send-email-huawei.xie@intel.com> <1449770240-103240-2-git-send-email-huawei.xie@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 =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 =0A= >=0A= >=0A= =0A=