From: Dan Carpenter Date: Tue, 6 Apr 2010 05:26:48 +0000 (-0300) Subject: V4L/DVB: cx23885: strcpy() => strlcpy() X-Git-Tag: v2.6.35-rc1~480^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b084307c750cb3de4a366aeced1b69ee768c81aa;p=pandora-kernel.git V4L/DVB: cx23885: strcpy() => strlcpy() cap->driver is a 16 char buffer and dev->name is a 32 char buffer. I don't see an actual problem, but we may as well make the static checkers happy. Signed-off-by: Dan Carpenter Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed