From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 2/6] vhost: fix possible out of bound access in relay helpers Date: Fri, 4 Jan 2019 09:39:20 +0100 Message-ID: References: <20190104040642.27463-1-tiwei.bie@intel.com> <20190104040642.27463-3-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Tiwei Bie , zhihong.wang@intel.com, dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 7AF4A1B3E8 for ; Fri, 4 Jan 2019 09:39:24 +0100 (CET) In-Reply-To: <20190104040642.27463-3-tiwei.bie@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/4/19 5:06 AM, Tiwei Bie wrote: > Fixes: b13ad2decc83 ("vhost: provide helpers for virtio ring relay") > > Signed-off-by: Tiwei Bie > --- > lib/librte_vhost/vdpa.c | 27 ++++++++++++++++++++++----- > 1 file changed, 22 insertions(+), 5 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime