[PATCH] ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
Kalle Valo
kvalo at kernel.org
Fri Sep 9 23:27:19 PDT 2022
Jianglei Nie <niejianglei2021 at 163.com> wrote:
> mhi_alloc_controller() allocates a memory space for mhi_ctrl. When gets
> some error, mhi_ctrl should be freed with mhi_free_controller(). But
> when ath11k_mhi_read_addr_from_dt() fails, the function returns without
> calling mhi_free_controller(), which will lead to a memory leak.
>
> We can fix it by calling mhi_free_controller() when
> ath11k_mhi_read_addr_from_dt() fails.
>
> Signed-off-by: Jianglei Nie <niejianglei2021 at 163.com>
> Reviewed-by: Jeff Johnson <quic_jjohnson at quicinc.com>
> Signed-off-by: Kalle Valo <quic_kvalo at quicinc.com>
Patch applied to ath-next branch of ath.git, thanks.
43e7c3505ec7 wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
--
https://patchwork.kernel.org/project/linux-wireless/patch/20220907073704.58806-1-niejianglei2021@163.com/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
More information about the ath11k
mailing list