From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] pmd_virtio: Buffer not null terminated Date: Mon, 9 Oct 2017 11:07:02 +0800 Message-ID: <20171009030701.GK1545@yliu-home> References: <1505821264-33518-1-git-send-email-sebastianx.basierski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: skhare@vmware.com, jianfeng.tan@intel.com, dev@dpdk.org To: SebastianX Basierski Return-path: Received: from new2-smtp.messagingengine.com (new2-smtp.messagingengine.com [66.111.4.224]) by dpdk.org (Postfix) with ESMTP id E1C1E199A9 for ; Mon, 9 Oct 2017 05:07:07 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1505821264-33518-1-git-send-email-sebastianx.basierski@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 Tue, Sep 19, 2017 at 01:41:04PM +0200, SebastianX Basierski wrote: > Fix calling strncpy with the a maximum size equal of destination > array size. > > Coverity issue: 140732 > > Fixes: e3b434818bbb ("net/virtio-user: support kernel vhost") > Cc: jianfeng.tan@intel.com > cc: dev@dpdk.org > > Signed-off-by: SebastianX Basierski Applied to dpdk-next-virtio. Thanks. --yliu