diff options
author | Hans de Goede <hdegoede@redhat.com> | 2013-08-03 16:37:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-12 12:24:27 -0700 |
commit | b4f17a488ae2e09bfcf95c0e0b4219c246f1116a (patch) | |
tree | 08e6bf805e5066d34a9b4d5176a79bbfce1b70ce /Documentation/fmc | |
parent | 3f0d1c67fa20d524fdcb4a7dcda19ed76c59be44 (diff) | |
download | op-kernel-dev-b4f17a488ae2e09bfcf95c0e0b4219c246f1116a.zip op-kernel-dev-b4f17a488ae2e09bfcf95c0e0b4219c246f1116a.tar.gz |
usb: config->desc.bLength may not exceed amount of data returned by the device
While reading the config parsing code I noticed this check is missing, without
this check config->desc.wTotalLength can end up with a value larger then the
dev->rawdescriptors length for the config, and when userspace then tries to
get the rawdescriptors bad things may happen.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/fmc')
0 files changed, 0 insertions, 0 deletions