commit | f48abf064ade7a08015bc3a50a873437375843b2 | [log] [tgz] |
---|---|---|
author | Yan-Hsuan Chuang <yhchuang@realtek.com> | Fri Dec 20 17:21:55 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sun Jan 26 17:38:13 2020 +0200 |
tree | 1abccd8c785a17aa7bcdea6f198d77d82982e511 | |
parent | fc83c616d4d95c386e2bac7994b635b24662bca4 [diff] |
rtw88: assign NULL to skb after being kfree()'ed Should assign NULL to skb after kfree(), in case of driver trying to free the same skb again. This could happen if driver failed to allocate an skb when building reserved page. Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>