]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rtw88: plug various skb leaks in error cases
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 5 Jun 2022 18:07:48 +0000 (18:07 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 8 Jun 2022 16:11:19 +0000 (16:11 +0000)
commit8a4d4ffde5e2ec8b3eef9a8118711640c6c2547a
treee7738159f12cc9e21ddd50de7e8b90b7ffd2eded
parent994522a420d17a43615a59468dc91d935b82f48b
rtw88: plug various skb leaks in error cases

Based on manual inspection the skbs are not freed in those unlikely
cases, though all would give an error message so would have gone noticed
if happened.
While here fix a typo in one of these error messages.

(cherry picked from commit 728afa885f04f6316bc9ecf6498f4a635ced1e21)
sys/contrib/dev/rtw88/fw.c
sys/contrib/dev/rtw88/pci.c
sys/contrib/dev/rtw88/tx.c