From: Dan Carpenter Date: Thu, 14 Nov 2013 08:21:10 +0000 (+0300) Subject: isdnloop: use strlcpy() instead of strcpy() X-Git-Tag: v3.13-rc1~33^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a23c84486ed350cce7bb1b2828abd1f6658796;p=pandora-kernel.git isdnloop: use strlcpy() instead of strcpy() 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 --- Reading git-diff-tree failed