Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtlwifi: fix memory leak for USB device
[ Upstream commit 17bc558 ] Free skb for received frames with a wrong checksum. This can happen pretty rapidly, exhausting all memory. This fixes a memleak (detected with kmemleak). Originally found while using monitor mode, but it also appears during managed mode (once the link is up). Cc: [email protected] Signed-off-by: Peter Wu <[email protected]> ACKed-by: Larry Finger <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
- Loading branch information