]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data()
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Wed, 5 Feb 2025 13:52:31 +0000 (15:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2025 12:10:52 +0000 (04:10 -0800)
commit2b3878baf90918a361a3dfd3513025100b1b40b6
tree5134859d129b1882fcea355c61740831607eead1
parent29ccb1e4040da6ff02b7e64efaa2f8e6bf06020d
ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data()

commit d8d99c3b5c485f339864aeaa29f76269cc0ea975 upstream.

The nullity of sps->cstream should be checked similarly as it is done in
sof_set_stream_data_offset() function.
Assuming that it is not NULL if sps->stream is NULL is incorrect and can
lead to NULL pointer dereference.

Fixes: 090349a9feba ("ASoC: SOF: Add support for compress API for stream data/offset")
Cc: stable@vger.kernel.org
Reported-by: Curtis Malainey <cujomalainey@chromium.org>
Closes: https://github.com/thesofproject/linux/pull/5214
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Curtis Malainey <cujomalainey@chromium.org>
Link: https://patch.msgid.link/20250205135232.19762-2-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/sof/stream-ipc.c