On Thu, Nov 07, 2024 at 03:43:07PM +0200, Peter Ujfalusi wrote:
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: ef8ba9f79953 ("ASoC: SOF: Add support for compress API for stream data/offset")
This commit, also referenced in the second patch, doesn't exist.