From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E96801396 for ; Fri, 1 Jul 2016 03:59:59 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 30 Jun 2016 18:59:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,554,1459839600"; d="scan'208";a="1008636935" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 30 Jun 2016 18:59:58 -0700 Date: Fri, 1 Jul 2016 10:00:38 +0800 From: Yuanhan Liu To: dev@dpdk.org Cc: huawei.xie@intel.com, John McNamara Message-ID: <20160701020038.GM2831@yliu-dev.sh.intel.com> References: <1467086311-13527-1-git-send-email-yuanhan.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467086311-13527-1-git-send-email-yuanhan.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/3] vhost coverity issue fixes 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, 01 Jul 2016 02:00:00 -0000 On Tue, Jun 28, 2016 at 11:58:28AM +0800, Yuanhan Liu wrote: > This is a small series fixes 3 coverity issues. Series applied to dpdk-next-virtio. --yliu > > John, I'm wondering maybe maybe we could add the next-net and > next-virtio tree into the coverity test as well? So that we could > catch those errors as earlier as possible, say, at least before > they got merged into mainline. > > --- > Yuanhan Liu (3): > vhost: fix memory leak > vhost: fix not null terminated string > vhost: fix potential NULL pointer dereference > > lib/librte_vhost/vhost_user/vhost-net-user.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > -- > 1.9.0