From: Prarit Bhargava Date: Thu, 17 Oct 2013 12:00:11 +0000 (-0400) Subject: powerpc/vio: use strcpy in modalias_show X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411cabf79e684171669ad29a0628c400b4431e95;p=pandora-kernel.git powerpc/vio: use strcpy in modalias_show Commit e82b89a6f19bae73fb064d1b3dd91fcefbb478f4 used strcat instead of strcpy which can result in an overflow of newlines on the buffer. Signed-off-by: Prarit Bhargava Cc: benh@kernel.crashing.org Cc: ben@decadent.org.uk Cc: stable@vger.kernel.org Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed