Re: [PATCH][next] ath11k: fix memory leak on reg_info
From: Kalle Valo
Date: Wed Dec 18 2019 - 12:52:33 EST
Colin King <colin.king@xxxxxxxxxxxxx> wrote:
> Currently a return path is leaking the previously allocate reg_info. Fix
> this by exiting via the return path mem_free. Since the return value ret
> is defaulted to 0, there is no need to re-assign ret to the 0 before
> the goto.
>
> Addresses-Coverity: ("Resource leak")
> Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
Patch applied to ath-next branch of ath.git, thanks.
b5316db229d5 ath11k: fix memory leak on reg_info
--
https://patchwork.kernel.org/patch/11289073/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches