From: Dan Carpenter Date: Thu, 14 Nov 2013 08:21:10 +0000 (+0300) Subject: isdnloop: use strlcpy() instead of strcpy() X-Git-Tag: v3.2.54~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cddf1b77783bc4606a5e963de416350b800f82a;p=pandora-kernel.git isdnloop: use strlcpy() instead of strcpy() [ Upstream commit f9a23c84486ed350cce7bb1b2828abd1f6658796 ] These strings come from a copy_from_user() and there is no way to be sure they are NUL terminated. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed