linux-stable/sound/isa
Philipp Stanner 5a77457232 ALSA: wavefront: copy userspace array safely
wavefront_fx.c utilizes memdup_user() to copy a userspace array. This
does not check for an overflow.

Use the new wrapper memdup_array_user() to copy the array more safely.

Suggested-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Link: https://lore.kernel.org/r/20231102190309.50891-2-pstanner@redhat.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2023-11-20 12:38:31 +01:00
..
ad1816a ALSA: ad1816a: Allocate resources with device-managed APIs 2021-07-19 16:17:12 +02:00
ad1848 ALSA: ad1848: Fix -Wformat-truncation warning for longname string 2023-09-15 13:22:53 +02:00
cs423x ALSA: cs4231: Fix -Wformat-truncation warning for longname string 2023-09-15 13:23:01 +02:00
es1688 ALSA: es1688: Fix -Wformat-truncation warning 2023-09-15 13:21:33 +02:00
galaxy ALSA: galaxy: Fix the missing snd_card_free() call at probe error 2022-04-12 17:58:16 +02:00
gus ALSA: gus: Convert to generic PCM copy ops 2023-08-18 12:18:18 +02:00
msnd ALSA: msnd: Use proper mmap method 2021-08-09 16:06:17 +02:00
opti9xx ALSA: opti9x: Fix -Wformat-truncation warning 2023-09-15 13:21:34 +02:00
sb ALSA: sb: Fix wrong argument in commented code 2023-09-02 08:11:55 +02:00
wavefront ALSA: wavefront: copy userspace array safely 2023-11-20 12:38:31 +01:00
wss ALSA: wss: Allocate resources with device-managed APIs 2021-07-19 16:17:13 +02:00
Kconfig ALSA: add HAS_IOPORT dependencies 2023-05-22 16:43:47 +02:00
Makefile
adlib.c ALSA: adlib: Allocate resources with device-managed APIs 2021-07-19 16:17:16 +02:00
als100.c ALSA: als100: Allocate resources with device-managed APIs 2021-07-19 16:17:16 +02:00
azt2320.c ALSA: azt2320: Allocate resources with device-managed APIs 2021-07-19 16:17:17 +02:00
cmi8328.c ALSA: cmi8328: Allocate resources with device-managed APIs 2021-07-19 16:17:18 +02:00
cmi8330.c ALSA: cmi8330: Allocate resources with device-managed APIs 2021-07-19 16:17:18 +02:00
es18xx.c ALSA: es18xx: Remove the unneeded result variable 2022-09-20 13:33:55 +02:00
opl3sa2.c ALSA: opl3sa2: Allocate resources with device-managed APIs 2021-07-19 16:17:25 +02:00
sc6000.c ALSA: sc6000: Fix the missing snd_card_free() call at probe error 2022-04-12 17:58:17 +02:00
sscape.c ALSA: sscape: Fix -Wformat-truncation warning 2023-09-15 13:21:32 +02:00