V4L/DVB: cx23885: strcpy() => strlcpy()
authorDan Carpenter <error27@gmail.com>
Tue, 6 Apr 2010 05:26:48 +0000 (02:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:56:41 +0000 (12:56 -0300)
commitb084307c750cb3de4a366aeced1b69ee768c81aa
tree82250732359eaac3415404b9583d87e765e8d428
parent10991235177578ad3793b5d7569e70eb1c50aab2
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 <error27@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885-417.c