diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2019-10-07 09:55:10 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-10-23 09:50:37 +0200 |
commit | 4bd5ead82d4b877ebe41daf95f28cda53205b039 (patch) | |
tree | 72a5000f8cb392f354387e6301dac5c819bd05a0 /drivers/phy/ti | |
parent | phy: tegra: xusb: Add vbus override support on Tegra186 (diff) | |
download | linux-4bd5ead82d4b877ebe41daf95f28cda53205b039.tar.xz linux-4bd5ead82d4b877ebe41daf95f28cda53205b039.zip |
phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"
Since the role_store() uses strncmp(), it's possible to refer
out-of-memory if the sysfs data size is smaller than strlen("host").
This patch fixes it by using sysfs_streq() instead of strncmp().
Reported-by: Pavel Machek <pavel@denx.de>
Fixes: 9bb86777fb71 ("phy: rcar-gen3-usb2: add sysfs for usb role swap")
Cc: <stable@vger.kernel.org> # v4.10+
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/ti')
0 files changed, 0 insertions, 0 deletions