]> git.baikalelectronics.ru Git - kernel.git/commit
USB: keyspan: fix bogus array index
authorJohan Hovold <jhovold@gmail.com>
Tue, 4 Jun 2013 16:50:29 +0000 (18:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2013 17:17:09 +0000 (10:17 -0700)
commit690260b10febdd8c6dfe5951b8daed2412766903
tree50578f0a7a780c6ebd141f063d9746dd64ec7510
parentfc77bd178f7d5e6a0ddb49ede81f8b4cab360247
USB: keyspan: fix bogus array index

The outcont_endpoints array was indexed using the port minor number
(which can be greater than the array size) rather than the device port
number.

Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan.c