Re: [PATCH] ALSA: lola: add a check for the return of vmalloc()

From: Takashi Iwai
Date: Fri Mar 04 2022 - 03:51:56 EST


On Fri, 04 Mar 2022 09:38:20 +0100,
xkernel.wang@xxxxxxxxxxx wrote:
>
> From: Xiaoke Wang <xkernel.wang@xxxxxxxxxxx>
>
> vmalloc() is a memory allocation function which can return NULL when
> some internal memory errors happen. So it is better to check the return
> of it to catch the error in time.
>
> Signed-off-by: Xiaoke Wang <xkernel.wang@xxxxxxxxxxx>

Thanks, applied.


Takashi