commit | 2b481835cf4e7384b80d7762074b32a45b792d99 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Sep 21 09:01:45 2019 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Sep 25 09:12:20 2019 +0300 |
tree | 0dfb4e5bc73c489c67b47b8d3cde7ceaa5fb6d58 | |
parent | fddbfeece9c7882cc47754c7da460fe427e3e85b [diff] |
wil6210: use after free in wil_netif_rx_any() The debug code dereferences "skb" to print "skb->len" so we have to print the message before we free "skb". Fixes: f99fe49ff372 ("wil6210: add wil_netif_rx() helper function") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>