]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: ov519: add missing endpoint sanity checks
authorJohan Hovold <johan@kernel.org>
Fri, 3 Jan 2020 16:35:09 +0000 (17:35 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 28 Apr 2020 18:03:44 +0000 (19:03 +0100)
commit39a4c51860e9695369b640962be4eb6984175384
tree91e1e53caa9a19dbe0f225a324f900332745a0f9
parent7ca9aeb9a22b50841c401164703c5b0a4a510aff
media: ov519: add missing endpoint sanity checks

commit 998912346c0da53a6dbb71fab3a138586b596b30 upstream.

Make sure to check that we have at least one endpoint before accessing
the endpoint array to avoid dereferencing a NULL-pointer on stream
start.

Note that these sanity checks are not redundant as the driver is mixing
looking up altsettings by index and by number, which need not coincide.

Fixes: 1876bb923c98 ("V4L/DVB (12079): gspca_ov519: add support for the ov511 bridge")
Fixes: b282d87332f5 ("V4L/DVB (12080): gspca_ov519: Fix ov518+ with OV7620AE (Trust spacecam 320)")
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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/media/usb/gspca/ov519.c