Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: timer: Unconditionally unlink slave instances, too
Like the previous fix (commit c0317c0 "ALSA: timer: Fix use-after-free problem"), we have to unlink slave timer instances immediately at snd_timer_stop(), too. Otherwise it may leave a stale entry in the list if the slave instance is freed before actually running. Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information