]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:06:29 +0000 (11:06 +0100)
commitc0f26c8f0562869e43e5001bed22817e6019d456
treeda2ffa793ea8d4b6a04c2a656a99b2436b7eb98d
parent32530efaed51e4df01e2bc151822143d23ae403a
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