Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: hiddev: fix potential use-after-free
Commit 6cb4b04 ("HID: hiddev: fix race between hiddev_disconnect and hiddev_release") made it possible to access hiddev (for unlocking the existance mutex) once hiddev has been kfreed. Change the order so that this can not happen (always unlock the mutex first, it is needed only to protect access to ->exist and ->open). Signed-off-by: Jiri Kosina <jkosina@suse.cz>
- Loading branch information