From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: fix memory access error for metering CLI Date: Mon, 6 Nov 2017 22:31:27 -0800 Message-ID: References: <20171027091735.146399-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: john.mcnamara@intel.com To: Jasvinder Singh , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A922C1B3A9 for ; Tue, 7 Nov 2017 07:31:28 +0100 (CET) In-Reply-To: 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 11/6/2017 10:29 PM, Ferruh Yigit wrote: > On 10/27/2017 2:17 AM, Jasvinder Singh wrote: >> Fix memory access (out of bounds write) error, color and >> action assignments. >> >> Coverity issue: 198437 >> Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing") >> >> Signed-off-by: Jasvinder Singh > > Reviewed-by: Ferruh Yigit Applied to dpdk/master, thanks.