Files
linux/sound/core
Chenyuan Yang 519b2b14be ALSA: pcm: use new array-copying-wrapper
This is found by our static analysis tool.

pcm_native.c utilizes memdup_user() to copy an array from userspace.

There is a new wrapper, specifically designed for copying arrays. Use
this one instead.

This is similar to the
commit 3e91a38de1 ("fbdev: viafb: use new array-copying-wrapper").

Signed-off-by: Chenyuan Yang <chenyuan0y@gmail.com>
Link: https://patch.msgid.link/20250127160655.3119470-1-cy1yang@outlook.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2025-01-28 08:48:08 +01:00
..
2024-03-17 09:36:45 +01:00
2024-02-28 15:01:21 +01:00
2024-02-28 15:01:21 +01:00
2024-08-08 07:49:47 +02:00
2024-09-27 08:18:43 -07:00