android_kernel_samsung_msm8976/drivers/usb/class
Sven Schnelle 99f347caa4 USB: CDC ACM: Fix NULL pointer dereference
If a device specifies zero endpoints in its interface descriptor,
the kernel oopses in acm_probe(). Even though that's clearly an
invalid descriptor, we should test wether we have all endpoints.
This is especially bad as this oops can be triggered by just
plugging a USB device in.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-17 17:55:46 -07:00
..
cdc-acm.c USB: CDC ACM: Fix NULL pointer dereference 2012-08-17 17:55:46 -07:00
cdc-acm.h
cdc-wdm.c Merge 3.5-rc7 into usb-next 2012-07-16 13:16:09 -07:00
Kconfig
Makefile
usblp.c
usbtmc.c