diff options
| author | Brian Norris <[email protected]> | 2017-07-24 18:13:19 -0700 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2017-07-28 17:47:46 +0300 |
| commit | 7dc4a6b5ca942a7196e17ecb3827b406cf79bc60 (patch) | |
| tree | bfc5a82e503246bf1967b3a979325f3a166d94c5 /tools/perf/scripts/python | |
| parent | 4b1f5a0d2eeb988d3e77dce7210e3ad3136b0912 (diff) | |
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 <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions