commit | d57ed4d9f2cb6abc9438104f321b4fe3bc829d57 | [log] [tgz] |
---|---|---|
author | Christophe Kerello <christophe.kerello@st.com> | Thu Mar 15 09:34:17 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Apr 26 15:15:07 2018 +0200 |
tree | 1a67ee05739ce52a5b915fccaca556b17c68c264 | |
parent | 003659bda94a1444ebdfefea3f0928f8e90f9d8f [diff] |
usb: gadget: composite: fix NULL pointer when a non standard request is received In case usb configuration is unknown (cdev->config == NULL), non standard request should not be processed. Remove also the cdev->config check below which will never happen. This issue was seen using ums feature. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>