lineage_android_kernel_sams.../drivers/usb/atm
Dan Carpenter fcaa80f4f2 USB: cxacru: potential underflow in cxacru_cm_get_array()
commit 2a0ebf80aa95cc758d4725f74a7016e992606a39 upstream.

The value of "offd" comes off the instance->rcv_buf[] and we used it as
the offset into an array.  The problem is that we check the upper bound
but not for negative values.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-06-07 12:49:11 -07:00
..
Kconfig
Makefile
cxacru.c USB: cxacru: potential underflow in cxacru_cm_get_array() 2013-06-07 12:49:11 -07:00
speedtch.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
ueagle-atm.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
usbatm.c drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit() 2011-07-01 14:43:25 -07:00
usbatm.h
xusbatm.c