From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/power: fix freq list function to handle null Date: Mon, 14 Jan 2019 23:47:56 +0100 Message-ID: <29207011.CyHdusGSeE@xps> References: <20190107143934.6981-1-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Hunt Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 165871B107 for ; Mon, 14 Jan 2019 23:47:59 +0100 (CET) In-Reply-To: <20190107143934.6981-1-david.hunt@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" 07/01/2019 15:39, David Hunt: > This patch fixes a segfault in the case where a null buffer is passed > to the following functions: > power_acpi_cpufreq_freqs() > power_pstate_cpufreq_freqs() > > Fixes: 445c6528b55f ("power: common interface for guest and host") > > Signed-off-by: David Hunt Applied, thanks