git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f229a3
)
ALSA: usb - Use strlcat() correctly
author
Takashi Iwai
<tiwai@suse.de>
Fri, 2 Oct 2009 12:06:08 +0000
(14:06 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 2 Oct 2009 12:06:08 +0000
(14:06 +0200)
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>
No differences found