From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 098C7255 for ; Mon, 12 Mar 2018 12:50:30 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2018 04:50:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,461,1515484800"; d="scan'208";a="24912231" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.36]) by orsmga006.jf.intel.com with SMTP; 12 Mar 2018 04:50:27 -0700 Received: by (sSMTP sendmail emulation); Mon, 12 Mar 2018 11:50:27 +0000 Date: Mon, 12 Mar 2018 11:50:26 +0000 From: Bruce Richardson To: dev@dpdk.org Cc: Stephen Hemminger Message-ID: <20180312115025.GA1704@bricha3-MOBL3.ger.corp.intel.com> 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-Disposition: inline In-Reply-To: <20180312113300.115551-2-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.3 (2018-01-21) Subject: Re: [dpdk-dev] [PATCH 2/2] convert snprintf to strlcpy 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, 12 Mar 2018 11:50:31 -0000 On Mon, Mar 12, 2018 at 11:33:00AM +0000, Bruce Richardson wrote: > Since we have support for the strlcpy function in DPDK, replace all > instances where a string is copied using snprintf. > > Signed-off-by: Bruce Richardson > --- Forgot to include Stephen's review from RFC, so adding here for patchwork to pick up: Reviewed-by: Stephen Hemminger