commit | 359f90982cba0ba8db39b683de05dcb2de64b979 | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexander.stein@systec-electronic.com> | Tue Nov 01 09:40:07 2011 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Nov 01 09:46:39 2011 +0100 |
tree | 16c4a21f9968f3a5e84f0d274244861f7f173903 | |
parent | 228cf79376f13b98f2e1ac10586311312757675c [diff] |
ALSA: hda_hwdep: Fix possible buffer overflow If a line in the firmware file is larger than the given buffer size (and so the firmware file size), size is set to a value larger than the actual buffer size. This results in an overflow in the buffer passed. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>