From: Chen Gang Date: Sun, 26 May 2013 07:01:46 +0000 (+0000) Subject: MIPS: Ralink: Use strlcpy() instead of strncpy(). X-Git-Tag: v3.11-rc1~14^2~78 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b1944fc6b7be857c81f0cb0ff264c57b85ee29;p=pandora-kernel.git MIPS: Ralink: 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: juhosg@openwrt.org Cc: linux-mips@linux-mips.org Cc: Linux-Arch Patchwork: https://patchwork.linux-mips.org/patch/5330/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed