Skip to content
Commit cdcb44e8 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release()



There is a small race window in which hiddev_release() could corrupt the
list that is being processed for new event in hiddev_send_event().
Synchronize the operations over this list.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fe7ba31f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment