mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
3b557be89f
The error path in t7xx_dpmaif_rx_buf_alloc(), free and unmap the already
allocated and mapped skb in a loop, but the loop condition terminates when
the index reaches zero, which fails to free the first allocated skb at
index zero.
Check with i-- so that skb at index 0 is freed as well.
Cc: stable@vger.kernel.org
Fixes:
|
||
---|---|---|
.. | ||
iosm | ||
t7xx | ||
Kconfig | ||
Makefile | ||
mhi_wwan_ctrl.c | ||
mhi_wwan_mbim.c | ||
qcom_bam_dmux.c | ||
rpmsg_wwan_ctrl.c | ||
wwan_core.c | ||
wwan_hwsim.c |