From: Takashi Iwai Date: Tue, 29 Oct 2013 14:26:12 +0000 (+0100) Subject: ALSA: Use strlcpy() instead of strncpy() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a4451d26eef4ccbf3b32fd116295f001c18cb4;p=pandora-kernel.git ALSA: Use strlcpy() instead of strncpy() We tend to make stupid mistakes with strncpy(). Let's take a safer one, strlcpy(). Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed