From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z2H9h-0005KG-0k for ath10k@lists.infradead.org; Tue, 09 Jun 2015 10:53:17 +0000 From: Kalle Valo Subject: Re: [PATCH] ath10k: free wmi mgmt event skb when parsing fails References: <1433150613-5662-1-git-send-email-rmani@qti.qualcomm.com> Date: Tue, 9 Jun 2015 13:52:47 +0300 In-Reply-To: <1433150613-5662-1-git-send-email-rmani@qti.qualcomm.com> (Raja Mani's message of "Mon, 1 Jun 2015 14:53:33 +0530") Message-ID: <87oakpf91c.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Raja Mani Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Raja Mani writes: > When wmi mgmt event function fails to parse given skb, > it should be freed on failure condition to avoid memory > leaks. Found this during the code review. > > Signed-off-by: Raja Mani Thanks, applied. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:65104 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932252AbbFIKwy (ORCPT ); Tue, 9 Jun 2015 06:52:54 -0400 From: Kalle Valo To: Raja Mani CC: , Subject: Re: [PATCH] ath10k: free wmi mgmt event skb when parsing fails References: <1433150613-5662-1-git-send-email-rmani@qti.qualcomm.com> Date: Tue, 9 Jun 2015 13:52:47 +0300 In-Reply-To: <1433150613-5662-1-git-send-email-rmani@qti.qualcomm.com> (Raja Mani's message of "Mon, 1 Jun 2015 14:53:33 +0530") Message-ID: <87oakpf91c.fsf@kamboji.qca.qualcomm.com> (sfid-20150609_125259_670011_A6E1BF33) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: Raja Mani writes: > When wmi mgmt event function fails to parse given skb, > it should be freed on failure condition to avoid memory > leaks. Found this during the code review. > > Signed-off-by: Raja Mani Thanks, applied. -- Kalle Valo