]> www.infradead.org Git - users/dwmw2/linux.git/commit
USB: CDC: fix sanity checks in CDC union parser
authorOliver Neukum <oneukum@suse.com>
Tue, 13 Aug 2019 09:35:41 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:50:21 +0000 (10:50 +0200)
commit1213b365921b5dc55ae24e7daed78422e20d6e76
tree8552888b5d271ed5864e7f4d0f7c849d73ed9d25
parente630f38040b5d2ecc56920742f7bafd57834cd2a
USB: CDC: fix sanity checks in CDC union parser

commit 54364278fb3cabdea51d6398b07c87415065b3fc upstream.

A few checks checked for the size of the pointer to a structure
instead of the structure itself. Copy & paste issue presumably.

Fixes: e4c6fb7794982 ("usbnet: move the CDC parser into USB core")
Cc: stable <stable@vger.kernel.org>
Reported-by: syzbot+45a53506b65321c1fe91@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20190813093541.18889-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/message.c