]> git.baikalelectronics.ru Git - kernel.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)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 20 Oct 2017 00:20:06 +0000 (17:20 -0700)
commit7f376574bfa39f8f3cba8585ad3e6ccbd0a12810
tree8f92d81e0afbc1d9106adf455e56365363ab6cf0
parent83dcbaa04caa7a78d2a54e9282c21f35ebb4f36f
Input: ims-psu - check if CDC union descriptor is sane

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>
drivers/input/misc/ims-pcu.c