summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorPavel Skripkin <paskripkin@gmail.com>2022-01-06 23:57:16 +0100
committerJakub Kicinski <kuba@kernel.org>2022-01-10 01:35:50 +0100
commitd668769eb9c52b150753f1653f7f5a0aeb8239d2 (patch)
treed7187210c707f5b0b4d76aee6c9fa484629310bf /net/openvswitch
parentnet: openvswitch: Fix ct_state nat flags for conns arriving from tc (diff)
downloadlinux-d668769eb9c52b150753f1653f7f5a0aeb8239d2.tar.xz
linux-d668769eb9c52b150753f1653f7f5a0aeb8239d2.zip
net: mcs7830: handle usb read errors properly
Syzbot reported uninit value in mcs7830_bind(). The problem was in missing validation check for bytes read via usbnet_read_cmd(). usbnet_read_cmd() internally calls usb_control_msg(), that returns number of bytes read. Code should validate that requested number of bytes was actually read. So, this patch adds missing size validation check inside mcs7830_get_reg() to prevent uninit value bugs Reported-and-tested-by: syzbot+003c0a286b9af5412510@syzkaller.appspotmail.com Fixes: 2a36d7083438 ("USB: driver for mcs7830 (aka DeLOCK) USB ethernet adapter") Signed-off-by: Pavel Skripkin <paskripkin@gmail.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20220106225716.7425-1-paskripkin@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions