ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary range
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 19 Nov 2021 23:08:49 +0000 (17:08 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 24 Nov 2021 12:57:17 +0000 (12:57 +0000)
commit0e888a74e52db369e19aec908131cf171079b306
treecb975d7eefac7d03f4af12dcb44e9c7a6166d115
parent65c16dd2942f4476a3f96a2625b1475c6137c09a
ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary range

In some cases, the appl_ptr passed by userspace is not checked before
being used. This patch adds an unconditional check and returns an
error code should the appl_ptr exceed the ALSA 'boundary'.

Suggested-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20211119230852.206310-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/core/pcm_lib.c