ALSA: Use strlcpy() instead of strncpy()
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 14:26:12 +0000 (15:26 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 14:26:12 +0000 (15:26 +0100)
We tend to make stupid mistakes with strncpy().  Let's take a safer
one, strlcpy().

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found