]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: fix possible NULL dereference
authorMarkus Osterhoff <linux-kernel@k-raum.org>
Mon, 24 Aug 2015 12:11:39 +0000 (14:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 16:07:48 +0000 (09:07 -0700)
commit360c2a1448754b76fbf742b6270f5da1d4db3700
treea74a4b5c3469460c6883289245f431878c117dd7
parentac44e50e61aaa6ef939970ad1532ce7a274a0ca5
ALSA: hda: fix possible NULL dereference

commit c7e69ae6b4ff49edf50180c0a32f3dd9d7967e31 upstream.

After a for-loop was replaced by list_for_each_entry, see
Commit bbbc7e8502c9 ("ALSA: hda - Allocate hda_pcm objects dynamically"),
Commit 751e2216899c ("ALSA: hda: fix possible null dereference"),
a possible NULL pointer dereference has been introduced; this patch adds
the NULL check on pcm->pcm, while leaving a potentially superfluous
check on pcm itself untouched.

Signed-off-by: Markus Osterhoff <linux-kernel@k-raum.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_codec.c