commit | 69eba10e606a80665f8573221fec589430d9d1cb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 27 01:34:43 2014 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 27 09:34:41 2014 +0100 |
tree | a64f2fe22e666d788d268274f256bdd350f26355 | |
parent | 51e6f47dd2e3463dac6f37128fd7b7cb40c500de [diff] |
ALSA: hda - using uninitialized data In olden times the snd_hda_param_read() function always set "*start_id" but in 2007 we introduced a new return and it causes uninitialized data bugs in a couple of the callers: print_codec_info() and hdmi_parse_codec(). Fixes: e8a7f136f5ed ('[ALSA] hda-intel - Improve HD-audio codec probing robustness') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>