From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v4 0/3] vhost: undefined behavior fixes Date: Fri, 26 May 2017 16:40:38 +0800 Message-ID: <20170526084038.GC2276@yliu-dev> References: <1494513192-85863-1-git-send-email-dariuszx.stojaczyk@intel.com> <1495799955-190227-1-git-send-email-dariuszx.stojaczyk@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Dariusz Stojaczyk Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D79809B53 for ; Fri, 26 May 2017 10:40:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1495799955-190227-1-git-send-email-dariuszx.stojaczyk@intel.com> 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 Fri, May 26, 2017 at 01:59:12PM +0200, Dariusz Stojaczyk wrote: > Fixes for memory-related undefined behavior issues in rte_vhost. > > Daniel Verkamp (1): > vhost: access VhostUsrMsg via packed struct > > Dariusz Stojaczyk (2): > vhost: fix malloc in rte_vhost_get_mem_table() > vhost: free guest_pages in vhost_backend_cleanup() Applied to dpdk-next-virtio. Thanks! --yliu > > lib/librte_vhost/vhost.c | 2 +- > lib/librte_vhost/vhost_user.c | 64 ++++++++++++++++++++++++------------------- > 2 files changed, 37 insertions(+), 29 deletions(-) > > -- > 2.7.4