Files
linux/drivers/hid
Antonio Ospite 67f6b7bedf HID: hidraw, fix a NULL pointer dereference in hidraw_write
commit e42dee9a99 upstream.

BUG: unable to handle kernel NULL pointer dereference at 0000000000000028
IP: [<ffffffffa0f0a625>] hidraw_write+0x3b/0x116 [hid]
[...]

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

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-12-09 13:27:05 -08:00
..
2008-10-14 23:51:01 +02:00
2008-10-14 23:50:56 +02:00
2009-09-17 15:47:26 +02:00