Skip to content
Snippets Groups Projects
Commit d20d5ffa authored by Antonio Ospite's avatar Antonio Ospite Committed by Jiri Kosina
Browse files

HID: hidraw, fix a NULL pointer dereference in hidraw_ioctl


BUG: unable to handle kernel NULL pointer dereference at 0000000000000028
IP: [<ffffffffa02c66b4>] hidraw_ioctl+0xfc/0x32c [hid]
[...]

This is reproducible by disconnecting the device while userspace does
ioctl in a loop and doesn't check return values in order to exit the
loop.

Signed-off-by: default avatarAntonio Ospite <ospite@studenti.unina.it>
Cc: stable@kernel.org
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a850ea30
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment