From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1] lib/metrics: disallow NULL as metric name Date: Fri, 20 Jul 2018 16:30:47 +0100 Message-ID: References: <20180702134608.6805-1-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Reshma Pattan To: Remy Horton , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id F3CB52B92 for ; Fri, 20 Jul 2018 17:30:54 +0200 (CEST) In-Reply-To: <20180702134608.6805-1-remy.horton@intel.com> 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 7/2/2018 2:46 PM, Remy Horton wrote: > This patch adds a sanity check so that names passed into > rte_metrics_reg_names() and the wrapper rte_metrics_reg_name() > cannot be NULL. > > Fixes: 349950ddb9c5 ("metrics: add information metrics library") > > Signed-off-by: Remy Horton Acked-by: Ferruh Yigit