ALSA: PCM: Fix NULL dereference at mmap checks
authorTakashi Iwai <tiwai@suse.de>
Sun, 7 Nov 2021 16:39:11 +0000 (17:39 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 7 Nov 2021 16:55:05 +0000 (17:55 +0100)
commit8e537d5dec34cac746dd6abf6a83e5de3aa471fc
treed7bb2596181b3e1555715c762b233bf3bd3e55ca
parent4fad4fb9871b43389e4f4bead18ec693064697bb
ALSA: PCM: Fix NULL dereference at mmap checks

The recent refactoring of mmap handling caused Oops on some devices
that don't use the standard memory allocations.  This patch addresses
it by allowing snd_dma_buffer_mmap() helper to receive the NULL
pointer dmab argument (and return an error appropriately).

Fixes: a202bd1ad86d ("ALSA: core: Move mmap handler into memalloc ops")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20211107163911.13534-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/memalloc.c