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 8007F137C for ; Mon, 28 Aug 2017 14:42:46 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2017 05:42:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,441,1498546800"; d="scan'208";a="123241437" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 28 Aug 2017 05:42:44 -0700 To: "Patil, Harish" , Rongqiang XIE , "Mody, Rasesh" Cc: "dev@dpdk.org" References: <1503558753-8545-1-git-send-email-xie.rongqiang@zte.com.cn> From: Ferruh Yigit Message-ID: Date: Mon, 28 Aug 2017 13:42:43 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/qede:fix the bug about pointer params may NULL 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, 28 Aug 2017 12:42:46 -0000 On 8/25/2017 7:43 PM, Patil, Harish wrote: <..>> > Subject: [dpdk-dev] [PATCH] net/qede:fix the bug about pointer params > may NULL > >> In function qede_rss_reta_update(),the pointer params returned from >> call to function rte_zmalloc() may be NULL and will be dereferenced. >> So, should judge the params is NULL or not. Fixes: 8b3ee85efe11 ("net/qede: fix RSS table entries for 100G adapter") Cc: stable@dpdk.org >> >> Signed-off-by: Rongqiang XIE >> Acked-by: Harish Patil Applied to dpdk-next-net/master, thanks.