diff options
author | Brian Norris <briannorris@chromium.org> | 2017-05-12 09:42:02 -0700 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-05-19 09:01:56 +0300 |
commit | 0f13acf0c61234b22e2c1478a932a7610b7ad7ca (patch) | |
tree | f10f861d0e41d50c8b7946e007347423cb46b55c /net/bluetooth/ecdh_helper.c | |
parent | 09bdb65005515c97b29e0792bc6e5598d9e4035f (diff) |
mwifiex: don't drop lock between list-retrieval / list-deletion
mwifiex_exec_next_cmd() seems to have a classic TOCTOU race, where we
drop the list lock in between retrieving the next command and deleting
it from the list. This potentially leaves room for someone else to also
retrieve / steal this node from the list (e.g.,
mwifiex_cancel_all_pending_cmd()).
Let's keep holding the lock while we do our 'ps_state' sanity checks.
There should be no harm in continuing to hold this lock for a bit more.
Noticed only by code inspection.
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'net/bluetooth/ecdh_helper.c')
0 files changed, 0 insertions, 0 deletions