commit | 71121d9fcc494453b9311992de220abb47dde3f1 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Tue Nov 10 20:11:55 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 11 08:07:05 2009 +0100 |
tree | 206f27537829d91f92cd80a0394ba3a77c3d7519 | |
parent | 4ac55982907e1d48e64feaa56be91b9b52d3714d [diff] |
ALSA: hda - possible read past array alc88[02]_parse_auto_config() The test of index `i' is after the read - too late - and unsafe: if snd_hda_get_connections() fails in the last iteration a read beyond the array is possible. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>