[ALSA] Fix possible invalid memory access in PCM core
authorTakashi Iwai <tiwai@suse.de>
Thu, 1 Feb 2007 13:53:49 +0000 (14:53 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:03:31 +0000 (09:03 +0100)
commit0981a260a1fe4a3f22cc70ef01ce38a73f548745
tree0d9921010091f045bb937493e44649088c71ad02
parentbc7320c5c8ddeb3b50c6a24013dab9ba74bce578
[ALSA] Fix possible invalid memory access in PCM core

snd_internval_list() may access invalid memory in the case count = 0
is given.  It shouldn't be passed, but it'd better to make the code
a bit more robust.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/core/pcm_lib.c