diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-05-19 21:52:20 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-20 11:35:47 -0700 |
commit | 2a0ebf80aa95cc758d4725f74a7016e992606a39 (patch) | |
tree | 35fb51826df4e99d781041326e3ce5888afaa76b /drivers/usb/host | |
parent | 7138143972b7c293267c783fc99a194f0ceff7f2 (diff) | |
download | op-kernel-dev-2a0ebf80aa95cc758d4725f74a7016e992606a39.zip op-kernel-dev-2a0ebf80aa95cc758d4725f74a7016e992606a39.tar.gz |
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>
Diffstat (limited to 'drivers/usb/host')
0 files changed, 0 insertions, 0 deletions