]> git.baikalelectronics.ru Git - kernel.git/commit
usb: xhci-mtk: fix issue of out-of-bounds array access
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 17 Aug 2021 08:36:25 +0000 (16:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:04:08 +0000 (11:04 +0200)
commit676d1b8546a9bbef927619a410f63d45eb15b5ca
tree89022738153d2435f213e327d84f485071a4bc3d
parent77e8039a03020e07747d136e73bc409beb3d2987
usb: xhci-mtk: fix issue of out-of-bounds array access

commit 1cc4086099f19e9fb12d62705f9cb80d10704108 upstream.

Bus bandwidth array access is based on esit, increase one
will cause out-of-bounds issue; for example, when esit is
XHCI_MTK_MAX_ESIT, will overstep boundary.

Fixes: b6dc7cc511ad ("usb: xhci-mtk: get the microframe boundary for ESIT")
Cc: <stable@vger.kernel.org>
Reported-by: Stan Lu <stan.lu@mediatek.com>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1629189389-18779-5-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mtk-sch.c