2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00
linux-next/drivers/media
Mauro Carvalho Chehab 3dd6b560dc media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
As pointed by Dan, possible values for bits[3:0] of te Line Mode Registers
can range from 0x0 to 0xf, but the check logic allow values ranging
from 0x0 to 0xe.

As static arrays are initialized with zero, using a value without
an explicit initializer at the array won't cause any harm.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-02-23 11:44:09 -05:00
..
cec vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
common media: videobuf2: fix build issues with vb2-trace 2018-02-23 05:13:53 -05:00
dvb-core media: dvb: update buffer mmaped flags and frame counter 2018-02-23 11:44:08 -05:00
dvb-frontends media: m88ds3103: don't call a non-initalized function 2018-02-23 05:22:32 -05:00
firewire vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
i2c media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array 2018-02-23 11:44:09 -05:00
mmc media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
pci media: dvb: update buffer mmaped flags and frame counter 2018-02-23 11:44:08 -05:00
platform vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
radio vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
rc vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
spi [media] gs1662: drop kfree for memory allocated with devm_kzalloc 2016-10-24 17:59:08 -02:00
tuners media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
usb media: dvb: update buffer mmaped flags and frame counter 2018-02-23 11:44:08 -05:00
v4l2-core media: videobuf2: fix build issues with vb2-trace 2018-02-23 05:13:53 -05:00
Kconfig media: dvb: fix DVB_MMAP dependency 2018-02-23 05:21:41 -05:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
media-device.c media: drop use of MEDIA_API_VERSION 2017-08-08 06:03:15 -04:00
media-devnode.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
media-entity.c [media] media: Check for active and has_no_links overrun 2017-10-04 17:16:14 -03:00