commit | 08d1e635089f41e28fec644a8620a0e8d66b1235 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Oct 02 14:06:08 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Oct 02 14:06:08 2009 +0200 |
tree | d56d44b59fb58df714c762296da438e3fbd9fef2 | |
parent | 2f229a31aac86ea6911d70ec4c79196ca711d625 [diff] |
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 <tiwai@suse.de>