summaryrefslogtreecommitdiffstats
path: root/drivers/media/Makefile
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2020-01-03 17:35:11 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-12 17:27:07 +0100
commita246b4d547708f33ff4d4b9a7a5dbac741dc89d8 (patch)
tree4f46a1826995b11253b16c34df86fd64d902bc9c /drivers/media/Makefile
parent485b06aadb933190f4bc44e006076bc27a23f205 (diff)
downloadlinux-stable-a246b4d547708f33ff4d4b9a7a5dbac741dc89d8.tar.gz
linux-stable-a246b4d547708f33ff4d4b9a7a5dbac741dc89d8.tar.bz2
linux-stable-a246b4d547708f33ff4d4b9a7a5dbac741dc89d8.zip
media: xirlink_cit: add missing descriptor sanity checks
Make sure to check that we have two alternate settings and at least one endpoint before accessing the second altsetting structure and dereferencing the endpoint arrays. This specifically avoids dereferencing NULL-pointers or corrupting memory when a device does not have the expected descriptors. Note that the sanity check in cit_get_packet_size() is not redundant as the driver is mixing looking up altsettings by index and by number, which may not coincide. Fixes: 659fefa0eb17 ("V4L/DVB: gspca_xirlink_cit: Add support for camera with a bcd version of 0.01") Fixes: 59f8b0bf3c12 ("V4L/DVB: gspca_xirlink_cit: support bandwidth changing for devices with 1 alt setting") Cc: stable <stable@vger.kernel.org> # 2.6.37 Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/Makefile')
0 files changed, 0 insertions, 0 deletions