From: Chen Gang Date: Sun, 26 May 2013 06:51:49 +0000 (+0000) Subject: MIPS: Lantiq: Use strlcpy() instead of strncpy(). X-Git-Tag: v3.11-rc1~14^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90a6fb120d9c039b108d37405b0e8ba2258403bf;p=pandora-kernel.git MIPS: Lantiq: Use strlcpy() instead of strncpy(). 'compatible' is used by strlen() in __of_device_is_compatible(). Ensure strings are always '\0' terminated. 'of_ids is not a structure in "include/uapi/*", so no need to initialize it completly; using strlcpy() instead of strncpy() will do. Signed-off-by: Chen Gang Acked-by: John Crispin Cc: linux-mips@linux-mips.org Cc: Linux-Arch Patchwork: https://patchwork.linux-mips.org/patch/5329/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed