aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/main.c
diff options
context:
space:
mode:
authorBrian Norris <briannorris@chromium.org>2017-07-24 18:13:19 -0700
committerKalle Valo <kvalo@codeaurora.org>2017-07-28 17:47:46 +0300
commit7dc4a6b5ca942a7196e17ecb3827b406cf79bc60 (patch)
treebfc5a82e503246bf1967b3a979325f3a166d94c5 /drivers/net/wireless/marvell/mwifiex/main.c
parentmwifiex: reset interrupt status across device reset (diff)
downloadlinux-dev-7dc4a6b5ca942a7196e17ecb3827b406cf79bc60.tar.xz
linux-dev-7dc4a6b5ca942a7196e17ecb3827b406cf79bc60.zip
mwifiex: pcie: don't allow cmd buffer reuse after reset
In rogue cases (due to other bugs) it's possible we try to process an old command response *after* resetting the device. This could trigger a double-free (or the SKB can get reallocated elsewhere...causing other memory corruptions) in mwifiex_pcie_process_cmd_complete(). For safety (and symmetry) let's always NULL out the command buffer as we free it up. We're already doing this for the command response buffer. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/main.c')
0 files changed, 0 insertions, 0 deletions