From: Mauro Carvalho Chehab Date: Tue, 28 Apr 2015 21:51:17 +0000 (-0300) Subject: [media] cx24116: fix a buffer overflow when checking userspace params X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~510 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa2337a315a2448c5434f41e00d56b01a22283c;p=pandora-kernel.git [media] cx24116: fix a buffer overflow when checking userspace params The maximum size for a DiSEqC command is 6, according to the userspace API. However, the code allows to write up much more values: drivers/media/dvb-frontends/cx24116.c:983 cx24116_send_diseqc_msg() error: buffer overflow 'd->msg' 6 <= 23 Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed