From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/2] ethdev: use strlcpy Date: Wed, 13 Mar 2019 18:17:37 +0000 Message-ID: References: <20190228224754.26511-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Andrew Rybchenko , Rami Rosen To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E612F324D for ; Wed, 13 Mar 2019 19:17:40 +0100 (CET) In-Reply-To: <20190228224754.26511-1-stephen@networkplumber.org> Content-Language: en-US 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 2/28/2019 10:47 PM, Stephen Hemminger wrote: > A couple of places in ethdev are clearer if strlcpy is used. > > Stephen Hemminger (2): > ethdev: replace snprintf with strlcpy > ethdev: use strlcpy instead of snprintf on initialization Series applied to dpdk-next-net/master, thanks. (2/2 updated as suggested while merging.)