From: Alan Cox Date: Sun, 20 Apr 2008 14:27:36 +0000 (-0300) Subject: V4L/DVB (7729): Fix VIDIOCGAP corruption in ivtv X-Git-Tag: v2.6.26-rc1~1084^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b213f7b76f187c4391079c7581d3a08b940133;p=pandora-kernel.git V4L/DVB (7729): Fix VIDIOCGAP corruption in ivtv Frank Bennett reported that ivtv was causing skype to crash. With help from one of their developers he showed it was a kernel problem. VIDIOCGCAP copies a name into a fixed length buffer - ivtv uses names that are too long and does not truncate them so corrupts a few bytes of the app data area. Possibly the names also want trimming but for now this should fix the corruption case. Signed-off-by: Alan Cox Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed