]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-digi00x: prevent potential use after free
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 9 May 2023 09:07:11 +0000 (12:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:44:05 +0000 (12:44 +0100)
commit72d29c6855ea9e07f62f3f2491b2f643f3a89ca9
treedbf1e475401ad22d0ada496f424d5508b4245d96
parenta44b49a619f077d64a94833d7ac97f7dde4076ee
ALSA: firewire-digi00x: prevent potential use after free

[ Upstream commit c0e72058d5e21982e61a29de6b098f7c1f0db498 ]

This code was supposed to return an error code if init_stream()
failed, but it instead freed dg00x->rx_stream and returned success.
This potentially leads to a use after free.

Fixes: 32096a39083f ("ALSA: firewire-digi00x: support AMDTP domain")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/c224cbd5-d9e2-4cd4-9bcf-2138eb1d35c6@kili.mountain
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/firewire/digi00x/digi00x-stream.c