Skip to content
Commit d10ee9c5 authored by Srikanth K H's avatar Srikanth K H Committed by Takashi Iwai
Browse files

ALSA: timer: catch invalid timer object creation



A timer object for the classes SNDRV_TIMER_CLASS_CARD and
SNDRV_TIMER_CLASS_PCM has to be associated with a card object, but we
have no check at creation time.  Such a timer object with NULL card
causes various unexpected problems, e.g. NULL dereference at reading
the sound timer proc file.

So as preventive measure while the creating the sound timer object is
created the card information availability is checked for the mentioned
entries and returned error if its NULL.

Signed-off-by: default avatarSrikanth K H <srikanth.h@samsung.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 7abeb64d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment