From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 07:15:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="35735512" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga008.jf.intel.com with SMTP; 23 Apr 2018 07:15:13 -0700 Received: by (sSMTP sendmail emulation); Mon, 23 Apr 2018 15:15:12 +0100 Date: Mon, 23 Apr 2018 15:15:11 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, anatoly.burakov@intel.com 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 Content-Disposition: inline In-Reply-To: <20180417122329.19492-1-thomas@monjalon.net> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2] eal/linux: use strlcpy in uevent parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 14:15:17 -0000 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