Re: [PATCH V2] efi: efibc: Guard against allocation failure

From: Guilherme G. Piccoli
Date: Sun Sep 11 2022 - 10:42:06 EST


On 10/09/2022 01:56, Christophe JAILLET wrote:
> [...]
>> wdata = kmalloc(MAX_DATA_LEN * sizeof(efi_char16_t), GFP_KERNEL);
> Hi,
>
> even if mostly useless in this case, kmalloc_array()?
>
> Or certainly maybe even better, kstrndup()?
>
> CJ
>

Thanks! It's up to Ard, I could rework with this change if makes sense.
Cheers,


Guilherme