Re: [PATCH ath-next] wifi: ath11k: fix leak in ath11k_service_ready_ext_event()

Jeff Johnson <[email protected]> Fri, 31 Jul 2026 07:41:45 -0700
Newsgroups org.infradead.lists.ath11k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless
Message-ID <[email protected]>
On Mon, 27 Jul 2026 16:39:41 -0700, Jeff Johnson wrote:
> Currently, during ath11k_service_ready_ext_event() processing,
> svc_rdy_ext.mac_phy_caps can be allocated during TLV parsing. This is a
> temporary allocation that is freed on the success path, but not on the
> error path. If parsing succeeds far enough to allocate mac_phy_caps and
> then fails on a later TLV, the allocation leaks. So free the allocation
> on the error path.
> 
> [...]

Applied, thanks!

[1/1] wifi: ath11k: fix leak in ath11k_service_ready_ext_event()
      commit: 0293be2212d319d59589082461abf2a9b626cd1c

Best regards,
-- 
Jeff Johnson <[email protected]>