]> git.baikalelectronics.ru Git - kernel.git/commit
[media] coda: fix mvcol buffer for MPEG4 decoding
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 9 Jul 2015 10:10:13 +0000 (07:10 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 17 Jul 2015 13:51:49 +0000 (10:51 -0300)
commitf4b14a6942be2dc1e6f67c0b0796dbba374001a4
treecbe8d29c802b4f0afd2a4d47b0183a6c831205e6
parent12e4e8dd49becb88f945bf880f00df484513dee2
[media] coda: fix mvcol buffer for MPEG4 decoding

The mvcol buffer is allocated at the end of the first internal buffer.
This patch fixes an out of bounds array access.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/coda/coda-bit.c