From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1D3618E7C for ; Fri, 11 Dec 2015 15:49:01 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 11 Dec 2015 06:49:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="705510606" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga003.jf.intel.com with ESMTP; 11 Dec 2015 06:49:00 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX108.ger.corp.intel.com ([169.254.11.23]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 14:48:59 +0000 From: "Mcnamara, John" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [PATCH 1/4] vhost: Fix Coverity issue with possible array out-of-bounds read Thread-Index: AQHRM/mipgpBiVgJqUuhw6scSKConJ7F3Vyw Date: Fri, 11 Dec 2015 14:48:59 +0000 Message-ID: References: <1449770240-103240-1-git-send-email-huawei.xie@intel.com> <1449770240-103240-2-git-send-email-huawei.xie@intel.com> In-Reply-To: <1449770240-103240-2-git-send-email-huawei.xie@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] 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:49:02 -0000 > -----Original Message----- > From: Huawei Xie > Sent: Thursday, December 10, 2015 5:57 PM > To: dev@dpdk.org > Cc: Mcnamara, John; Xie, Huawei > Subject: [PATCH 1/4] vhost: Fix Coverity issue with possible array out-of= - > bounds read >=20 > CID 107126 (#1 OF 1): Out-of-bounds read > Fixes: 8f972312b8f4 ("vhost: support vhost-user") >=20 > Signed-off-by: Huawei Xie Thanks. In future could you also update the Coverity Action to "Fix Submitt= ed". I'll do it this time for the ones I ack.=20 Acked-by: John McNamara