25 Apr
2022
25 Apr
'22
7:53 a.m.
On Sun, 24 Apr 2022 22:59:45 +0200, Colin Ian King wrote:
Pointer substream is being dereferenced on the assignment of pointer card before substream is being null checked with the macro PCM_RUNTIME_CHECK. Although PCM_RUNTIME_CHECK calls BUG_ON, it still is useful to perform the the pointer check before card is assigned.
Fixes: commit d4cfb30fce03 ("ALSA: pcm: Set per-card upper limit of PCM buffer allocations")
Signed-off-by: Colin Ian King colin.i.king@gmail.com
Thanks, applied with the correction of Fixes tag.
Takashi