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:
4e01f54
)
ALSA: hda - Check strcpy length
author
Takashi Iwai
<tiwai@suse.de>
Thu, 16 Apr 2009 08:22:24 +0000
(10:22 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 16 Apr 2009 08:22:24 +0000
(10:22 +0200)
Check the length to copy via strlen() beforehand to avoid the stack
corruption, or use strlcpy() to be safe in HD-audio codes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found