Home
last modified time | relevance | path

Searched hist:"7 f2e59aee5894ffc1d79b485f45ae00902baa738" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c7f2e59aee5894ffc1d79b485f45ae00902baa738 Sat Apr 15 12:29:54 UTC 2017 Heinrich Schuchardt <xypron.glpk@gmx.de> usb: musb: avoid out of bound access in udc_setup_ep

For id = 15 an out of bound access occurs in udc_setup_ep().
Increase the size of epinfo[] from 30 to 32 to encompass
ids 0..15.

The problem was highlighted by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>