From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] eal/linux: use strlcpy in uevent parsing Date: Mon, 23 Apr 2018 15:15:11 +0100 Message-ID: <20180423141511.GA105536@bricha3-MOBL.ger.corp.intel.com> References: <20180417115757.17633-1-thomas@monjalon.net> <20180417122329.19492-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Thomas Monjalon Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1049F5F2A for ; Mon, 23 Apr 2018 16:15:16 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180417122329.19492-1-thomas@monjalon.net> 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, 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