From: Takashi Iwai Date: Thu, 16 Apr 2009 08:22:24 +0000 (+0200) Subject: ALSA: hda - Check strcpy length X-Git-Tag: v2.6.31-rc1~363^2~20^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18cb7109d3e83195b605ff2905981020e86f72ca;p=pandora-kernel.git ALSA: hda - Check strcpy length Check the length to copy via strlen() beforehand to avoid the stack corruption, or use strlcpy() to be safe in HD-audio codes. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed