[PATCH] ALSA: pcm: Need to check whether runtime is valid or not

Takashi Iwai tiwai at suse.de
Wed May 12 09:08:18 CEST 2021


On Wed, 12 May 2021 06:43:23 +0200,
Chanho Park wrote:
> 
> From: eunwoo kim <ew.kim at samsung.com>
> 
> Since snd_pcm_ioctl_sw_params_compat has no runtime variable check,
> if application call the ioctl after close, it can make kernel crash.
> So, snd_pcm_ioctl_sw_params_compat needs to check the runtime variable
> at the beginning of the function.

In principle, you cannot call ioctl for an already closed file.
Or do you mean other code path?


Takashi


More information about the Alsa-devel mailing list