Skip to content
Commit 01c0b426 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()



snd_pcm_oss_get_formats() has an obvious use-after-free around
snd_mask_test() calls, as spotted by syzbot.  The passed format_mask
argument is a pointer to the hw_params object that is freed before the
loop.  What a surprise that it has been present since the original
code of decades ago...

Reported-by: default avatar <syzbot+4090700a4f13fccaf648@syzkaller.appspotmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a2ff19f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment