summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Osterhoff <linux-kernel@k-raum.org>2015-08-24 12:11:39 (GMT)
committerTakashi Iwai <tiwai@suse.de>2015-08-24 13:02:03 (GMT)
commitc7e69ae6b4ff49edf50180c0a32f3dd9d7967e31 (patch)
treea9bed7c211f32527244073be24275669f87274b6 /include
parentf6b28e4ded45bb91bc4cd115d55e35badedfce5f (diff)
downloadlinux-c7e69ae6b4ff49edf50180c0a32f3dd9d7967e31.tar.xz
ALSA: hda: fix possible NULL dereference
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> Cc: <stable@vger.kernel.org> #v4.1+ Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions