OSDN Git Service

HID: holtek: test for sanity of intfdata
authorOliver Neukum <oneukum@suse.com>
Thu, 25 Jul 2019 13:13:33 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:51:44 +0000 (10:51 +0200)
commitbbbaeba7074ba4d4e00ea91c6f8476a0d2fc055f
tree061cea5ca1bd5aeeacdb121ce1b9a8b51c9228d5
parentf8053ac6e02e522106b4a92b085f4af991de6048
HID: holtek: test for sanity of intfdata

commit 01ec0a5f19c8c82960a07f6c7410fc9e01d7fb51 upstream.

The ioctl handler uses the intfdata of a second interface,
which may not be present in a broken or malicious device, hence
the intfdata needs to be checked for NULL.

[jkosina@suse.cz: fix newly added spurious space]
Reported-by: syzbot+965152643a75a56737be@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-holtek-kbd.c