From: Takashi Iwai Date: Fri, 2 Oct 2009 12:06:08 +0000 (+0200) Subject: ALSA: usb - Use strlcat() correctly X-Git-Tag: v2.6.32-rc3~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d1e635089f41e28fec644a8620a0e8d66b1235;p=pandora-kernel.git ALSA: usb - Use strlcat() correctly Don't pass the advanced position to strlcat() but just gives the buffer head position so that the max size limit can be checked correctly. Introduced a new helper function to standaralize strlcat() calls. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed