summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/core.c
diff options
context:
space:
mode:
authorChangming Liu <charley.ashbringer@gmail.com>2020-07-11 07:30:18 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-15 17:48:10 +0300
commit2b53a19284f537168fb506f2f40d7fda40a01162 (patch)
treed8eef43a1976f0773698edf9c26f475b4a7bf40a /drivers/usb/cdns3/core.c
parent48025b4f3fa4a599921c1dc231983f41f9eecbc5 (diff)
downloadlinux-2b53a19284f537168fb506f2f40d7fda40a01162.tar.xz
USB: sisusbvga: Fix a potential UB casued by left shifting a negative value
The char buffer buf, receives data directly from user space, so its content might be negative and its elements are left shifted to form an unsigned integer. Since left shifting a negative value is undefined behavior, thus change the char to u8 to elimintate this UB. Signed-off-by: Changming Liu <charley.ashbringer@gmail.com> Link: https://lore.kernel.org/r/20200711043018.928-1-charley.ashbringer@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3/core.c')
0 files changed, 0 insertions, 0 deletions