Takashi Iwai 0e54f8ee6b ALSA: sb: Fix potential double-free of CSP mixer elements
[ Upstream commit c305366a37441c2ac90b08711cb6f032b43672f2 ]

snd_sb_qsound_destroy() contains the calls of removing the previously
created mixer controls, but it doesn't clear the pointers.  As
snd_sb_qsound_destroy() itself may be repeatedly called via ioctl,
this could lead to double-free potentially.

Fix it by clearing the struct fields properly afterwards.

Link: https://lore.kernel.org/r/20210608140540.17885-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-07-20 16:05:42 +02:00
..
2020-07-09 13:01:29 +02:00
2020-01-05 16:15:05 +01:00
2020-01-05 16:14:59 +01:00
2020-01-05 16:15:01 +01:00
2019-10-07 03:53:03 +02:00
2020-01-05 16:15:05 +01:00