From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DB7745424 for ; Tue, 28 Jun 2016 05:58:22 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 27 Jun 2016 20:58:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,539,1459839600"; d="scan'208";a="836360672" Received: from unknown (HELO yliu-dev.sh.intel.com) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 27 Jun 2016 20:58:20 -0700 From: Yuanhan Liu To: dev@dpdk.org Cc: huawei.xie@intel.com, John McNamara , Yuanhan Liu Date: Tue, 28 Jun 2016 11:58:28 +0800 Message-Id: <1467086311-13527-1-git-send-email-yuanhan.liu@linux.intel.com> X-Mailer: git-send-email 1.9.0 Subject: [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: Tue, 28 Jun 2016 03:58:23 -0000 This is a small series fixes 3 coverity issues. 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