Loading
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>
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>