From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] convert snprintf to strlcpy Date: Wed, 04 Apr 2018 15:26:05 +0200 Message-ID: <7441558.RgWFbXHHR8@xps> References: <20180220170727.220340-1-bruce.richardson@intel.com> <20180312113300.115551-1-bruce.richardson@intel.com> <20180312113300.115551-2-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id B587A1B7B0 for ; Wed, 4 Apr 2018 15:26:07 +0200 (CEST) In-Reply-To: <20180312113300.115551-2-bruce.richardson@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" 12/03/2018 12:33, Bruce Richardson: > Since we have support for the strlcpy function in DPDK, replace all > instances where a string is copied using snprintf. Added occurences (from recent merge): drivers/net/mvpp2/mrvl_qos.c drivers/net/tap/rte_eth_tap.c > Signed-off-by: Bruce Richardson Applied (and rebased), thanks