From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] net/softnic: fix string copy Date: Wed, 31 Oct 2018 10:47:26 +0100 Message-ID: <2527282.i675j0GvDI@xps> References: <1540909372-23110-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, jasvinder.singh@intel.com To: Reshma Pattan Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1155291 for ; Wed, 31 Oct 2018 10:47:22 +0100 (CET) In-Reply-To: <1540909372-23110-1-git-send-email-reshma.pattan@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" Hi Reshma, 30/10/2018 15:22, Reshma Pattan: > From: Reshma Pattan > > Use strlcpy instead of strcpy to avoid buffer overrun. > > Coverity issue: 323514 > > Fixes: b767f8efc8 ("net/softnic: replace pointers with arrays") > CC: cristian.dumitrescu@intel.com > CC: jasvinder.singh@intel.com > > Signed-off-by: Reshma Pattan The 4 patches in this series have the same title, same explanation and same root cause. Only the coverity ID is changing. In this case, you can merge all patches together and reference all coverity ids on the same line with commas.