Dan Carpenter e9f25689a8 Staging: sst: fixups in SNDRV_SST_STREAM_DECODE
This is another patch about copying data to the kernel before using it.

SNDRV_SST_STREAM_DECODE is sort of tricky because we need to do a
copy_from_user() that gives us another two pointers and we have copy
those.  Those again give us some more pointers that we have to copy.

Besides those problems, the code had a stack overflow:
-	struct snd_sst_buff_entry ibuf_temp[param->ibufs->entries],
-		obuf_temp[param->obufs->entries];
param->ibufs->entries comes from the user.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-11-09 13:30:49 -08:00
..
2010-10-29 04:16:31 -04:00
2010-10-30 12:12:50 +02:00
2010-10-28 09:44:56 -07:00
2010-10-28 09:44:56 -07:00
2010-10-30 12:12:50 +02:00
2010-10-29 04:16:31 -04:00
2010-10-30 12:12:50 +02:00
2010-10-19 10:10:54 -07:00
2010-10-28 09:44:56 -07:00