commit | 5dee7f0b0233f8b4e43e1212a6a96cdee835a8e6 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Aug 18 18:16:45 2020 +0800 |
committer | Marek Vasut <marex@denx.de> | Tue Sep 01 14:47:43 2020 +0200 |
tree | 7155ed79b7378a7cb496e37cfe363da62230b134 | |
parent | d10d429112b78c69099c57fa219230539502e543 [diff] |
f_sdp: Fix wrong usb request size Because the buffer length of sdp usb request is 65, we have to allocate 65 bytes not 64 bytes. Otherwise there is potential buffer overflow. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>