From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH 0/2] vhost/crypto: some fixes Date: Fri, 4 Jan 2019 11:22:44 +0000 Message-ID: <20190104112246.9338-1-roy.fan.zhang@intel.com> Cc: maxime.coquelin@redhat.com, tiwei.bie@intel.com To: dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3FAF91B442 for ; Fri, 4 Jan 2019 12:22:49 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset fixes two possible issues in vhost crypto. They are: - The possible dead loop issue - The out of bound access issue. The fixes are in line with the following patchset "[dpdk-dev] [PATCH 0/6] Some fixes for vhost" (https://mails.dpdk.org/archives/dev/2019-January/122372.html) Fan Zhang (2): vhost/crypto: fix possible dead loop vhost/crypto: fix possible out of bound access lib/librte_vhost/vhost_crypto.c | 140 ++++++++++++++++++++++++++++------------ 1 file changed, 100 insertions(+), 40 deletions(-) -- 2.13.6