linux/sound/pcmcia/pdaudiocf
Clemens Ladisch 3e85fd614c sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
When allocating the PCM buffer, use vmalloc_user() instead of vmalloc().
Otherwise, it would be possible for applications to play the previous
contents of the kernel memory to the speakers, or to read it directly if
the buffer is exported to userspace.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: <stable@kernel.org>

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-12-18 12:53:17 +01:00
..
Makefile
pdaudiocf.c pcmcia: remove unused IRQ_FIRST_SHARED 2009-12-07 22:23:24 +01:00
pdaudiocf.h
pdaudiocf_core.c ALSA: Add missing KERN_* prefix to printk in other sound/* 2009-02-05 16:11:58 +01:00
pdaudiocf_irq.c ALSA: Add missing KERN_* prefix to printk in other sound/* 2009-02-05 16:11:58 +01:00
pdaudiocf_pcm.c sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer 2009-12-18 12:53:17 +01:00