commit | 18cb7109d3e83195b605ff2905981020e86f72ca | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Apr 16 10:22:24 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 16 10:22:24 2009 +0200 |
tree | 7db1fa0c6ec8656a0a041bf9163b0656dd4a5765 | |
parent | 4e01f54bfd3f423db8fd6c91c4f0471f18aa0c50 [diff] |
ALSA: hda - Check strcpy length 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>