Input: ims-psu - check if CDC union descriptor is sane
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 7 Oct 2017 18:07:47 +0000 (11:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Nov 2017 10:30:40 +0000 (11:30 +0100)
commitcf87b5de4473fdc0735c27ef719abb2e0a6964bb
tree0918ca127ca95bbee1af6ca8df62a544fb399042
parent19ab6908533107d0a18048a7d8262eb74f5c05cb
Input: ims-psu - check if CDC union descriptor is sane

commit ea04efee7635c9120d015dcdeeeb6988130cb67a upstream.

Before trying to use CDC union descriptor, try to validate whether that it
is sane by checking that intf->altsetting->extra is big enough and that
descriptor bLength is not too big and not too small.

Reported-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/misc/ims-pcu.c