]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: fix potential stack buffer overflow
authorJohan Hovold <johan@kernel.org>
Wed, 27 Aug 2014 09:55:18 +0000 (11:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Aug 2014 20:23:52 +0000 (13:23 -0700)
commitf286c976118797a028033c28d2096f409944c5de
tree742a14ecb484009b22b6dee42db417fa2cd7ec02
parent14db36a5f714574e9e3bbae3d06ca96b315d5b90
USB: serial: fix potential stack buffer overflow

Make sure to verify the maximum number of endpoints per type to avoid
writing beyond the end of a stack-allocated array.

The current usb-serial implementation is limited to eight ports per
interface but failed to verify that the number of endpoints of a certain
type reported by a device did not exceed this limit.

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