diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-01-12 13:50:51 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:53:39 +0800 |
commit | 722af7af28acea2fff86262ad58343edec9c37ca (patch) | |
tree | 0941d2a8d48c234c4347ca86f71f5789e33ee838 /board/wandboard | |
parent | 420788d38f9d9ff1db38cccc42d415211bd8ddfb (diff) | |
download | u-boot-imx-722af7af28acea2fff86262ad58343edec9c37ca.zip u-boot-imx-722af7af28acea2fff86262ad58343edec9c37ca.tar.gz u-boot-imx-722af7af28acea2fff86262ad58343edec9c37ca.tar.bz2 |
MLK-12206 common: usb: fix check condition
We support max 16 endpoints, but endpoint starts from 0.
So we need to use >= 16 but not > 16 to check whether we
already reach max endpoints or not.
Coverity ID 17955:
Out-of-bounds read (OVERRUN)
37. overrun-local: Overrunning array dev->config.if_desc[ifno].ep_desc of 16
9-byte elements at element index 16 (byte offset 144) using index epno
(which evaluates to 16).
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/wandboard')
0 files changed, 0 insertions, 0 deletions