1
0
Fork 0
alistair23-linux/drivers/usb/atm
Dan Carpenter 46e3cafb01 USB: cxacru: fix an bounds check warning
This is a privileged operation so it doesn't matter much.  We use "tmp"
as an offset into an array.  If it were invalid we could read out of
bounds and trigger an oops if the memory is not mapped.  Plus it makes
static checkers complain.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-03 13:52:10 -08:00
..
Kconfig USB: regroup all depends on USB within an if USB block 2013-04-09 16:49:07 -07:00
Makefile USB: usbatm: remove CONFIG_USB_DEBUG dependancy 2013-07-23 16:32:36 -07:00
cxacru.c USB: cxacru: fix an bounds check warning 2016-02-03 13:52:10 -08:00
speedtch.c USB: speedtch.c: move assignment out of if () block 2015-05-10 16:01:12 +02:00
ueagle-atm.c module: add per-module param_lock 2015-06-23 15:27:38 +09:30
usbatm.c USB: usbatm.c: move assignment out of if () block 2015-05-10 16:01:12 +02:00
usbatm.h usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macros 2013-10-29 16:50:52 -07:00
xusbatm.c USB: xusbatm.c: move assignment out of if () block 2015-05-10 16:01:13 +02:00