remarkable-linux/drivers/usb/atm
Dan Carpenter 2a0ebf80aa USB: cxacru: potential underflow in cxacru_cm_get_array()
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>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-20 11:35:47 -07:00
..
cxacru.c USB: cxacru: potential underflow in cxacru_cm_get_array() 2013-05-20 11:35:47 -07:00
Kconfig
Makefile
speedtch.c
ueagle-atm.c
usbatm.c usbatm: fix potential NULL pointer dereference 2013-04-19 10:20:41 -07:00
usbatm.h
xusbatm.c