android_kernel_lge_bullhead/drivers/media
Manish Poddar 93e3a2e263 msm: Camera buffer overflow fix
find_first_zero bit is considering addr parameter as unsigned
long and we are passing int variable.In the function it access
addr[i], so it tries to access 8 bytes , actual size of
open_idx and stream_id are 4 bytes.we change open_idx and
stream_id to long to fix it.

Change-Id: I510059cc8f495957bd2b5af9973b3495761edd06
Signed-off-by: Manish Poddar <mpoddar@codeaurora.org>
2020-07-11 12:29:52 +02:00
..
common
dvb-core This is the 3.10.99 stable release 2018-01-25 17:22:39 -07:00
dvb-frontends mb86a20s: fix demod settings 2017-02-10 11:04:02 +01:00
firewire
i2c s5k4ecgx: select CRC32 helper 2017-06-08 00:46:57 +02:00
mmc
parport
pci This is the 3.10.102 stable release 2018-01-25 17:24:10 -07:00
platform msm: Camera buffer overflow fix 2020-07-11 12:29:52 +02:00
radio radio: silabs: Enable RDS repeat interrupt 2014-11-28 02:09:48 -08:00
rc This is the 3.10.108 stable release 2018-01-25 17:57:49 -07:00
tuners xc2028: Fix use-after-free bug properly 2017-06-08 00:47:10 +02:00
usb micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00
v4l2-core This is the 3.10.97 stable release 2018-01-25 17:17:34 -07:00
Kconfig
Makefile
media-device.c This is the 3.10.67 stable release 2015-05-01 13:34:57 -07:00
media-devnode.c
media-entity.c