HID: betop: check shape of output reports
authorPietro Borrello <borrello@diag.uniroma1.it>
Wed, 11 Jan 2023 18:12:16 +0000 (18:12 +0000)
committerJiri Kosina <jkosina@suse.cz>
Wed, 18 Jan 2023 15:34:35 +0000 (16:34 +0100)
commit3782c0d6edf658b71354a64d60aa7a296188fc90
tree1e75cc5e855e4f234f4c9d5b93e6f24cdde00c4d
parentccf1e1626d37745d0a697db67407beec9ae9d4b8
HID: betop: check shape of output reports

betopff_init() only checks the total sum of the report counts for each
report field to be at least 4, but hid_betopff_play() expects 4 report
fields.
A device advertising an output report with one field and 4 report counts
would pass the check but crash the kernel with a NULL pointer dereference
in hid_betopff_play().

Fixes: 52cd7785f3cd ("HID: betop: add drivers/hid/hid-betopff.c")
Signed-off-by: Pietro Borrello <borrello@diag.uniroma1.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-betopff.c