Re: [PATCH v3 5/9] platform/x86/intel/ifs: Validate image size
From: Joseph, Jithu
Date: Mon Oct 02 2023 - 18:57:10 EST
On 10/2/2023 4:50 AM, Ilpo Järvinen wrote:
> On Mon, 2 Oct 2023, Ilpo Järvinen wrote:
>> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
>
> Just after sending the rev-by, I realized this also has %d vs unsigned int
> problem, and %ld should be using %zu as fw->size of size_t.
>
> Feel free to add my rev-by after those two problems have been fixed.
>
Thanks for the review. I will make this change
Jithu