From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix dereference null return valiue Date: Wed, 31 Jan 2018 23:27:27 +0100 Message-ID: <1921365.1WQcRo2hS9@xps> References: <20180122151504.107427-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com, john.mcnamara@intel.com To: Jasvinder Singh Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B98A51B855 for ; Wed, 31 Jan 2018 23:28:14 +0100 (CET) In-Reply-To: <20180122151504.107427-1-jasvinder.singh@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/01/2018 16:15, Jasvinder Singh: > Malloc() function might return NULL due to insufficient space. Therefore, > check for handling memory allocation failure is added. > > Coverity issue: 257039 > Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing commands") > > Signed-off-by: Jasvinder Singh Applied, thanks