You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jira VULN-46737
cve-bf CVE-2024-53197
commit-author Dan Carpenter <[email protected]>
commit f7d306b
upstream-diff This kernel doesn't have snd_usb_mbox3_boot_quirk(),
so that change hunk from the upstream commit isn't
necessary.
The usb_get_descriptor() function does DMA so we're not allowed
to use a stack buffer for that. Doing DMA to the stack is not portable
all architectures. Move the "new_device_descriptor" from being stored
on the stack and allocate it with kmalloc() instead.
Fixes: b909df1 ("ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices")
Cc: [email protected]
Signed-off-by: Dan Carpenter <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
(cherry picked from commit f7d306b)
Signed-off-by: Brett Mastbergen <[email protected]>
0 commit comments