From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal/linux: use strlcpy in uevent parsing Date: Mon, 23 Apr 2018 16:23:48 +0200 Message-ID: <2097709.PIiHvv8Cx8@xps> References: <20180417115757.17633-1-thomas@monjalon.net> <20180417122329.19492-1-thomas@monjalon.net> <20180423141511.GA105536@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com, jia.guo@intel.com To: Bruce Richardson Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DC20D4D3A for ; Mon, 23 Apr 2018 16:23:50 +0200 (CEST) In-Reply-To: <20180423141511.GA105536@bricha3-MOBL.ger.corp.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" 23/04/2018 16:15, Bruce Richardson: > On Tue, Apr 17, 2018 at 02:23:29PM +0200, Thomas Monjalon wrote: > > Support of strlcpy has recently been added to DPDK. > > > > This replacement has been generated by the coccinelle script: > > devtools/cocci.sh devtools/cocci/strlcpy.cocci > > > > Fixes: 0d0f478d0483 ("eal/linux: add uevent parse and process") > > > > Signed-off-by: Thomas Monjalon > > --- > LGTM > > Acked-by: Bruce Richardson Applied