linux/sound/synth/emux
Dan Carpenter 5885615e44 ALSA: emux: stop if copy_from_user() fails
If we can't fill the "patch" struct because "count" is too small (it can
be as low as 4 bytes) or because copy_from_user() failed, then just
return instead of using unintialized data.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2017-03-31 16:23:52 +02:00
..
emux_effect.c
emux_hwdep.c
emux_nrpn.c
emux_oss.c ALSA: emux: stop if copy_from_user() fails 2017-03-31 16:23:52 +02:00
emux_proc.c
emux_seq.c ALSA: synth: use designated initializers 2016-12-28 16:06:16 +01:00
emux_synth.c
emux_voice.h
emux.c
Makefile
soundfont.c