Re: [PATCH][next] io_uring: Fix sizeof() mismatch

From: Jens Axboe
Date: Mon Oct 12 2020 - 10:24:47 EST


On 10/12/20 8:03 AM, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> An incorrect sizeof() is being used, sizeof(file_data->table) is not
> correct, it should be sizeof(*file_data->table).

Thanks, should be a no-op, which is why KASAN didn't complain in my
testing. I'll queue this up, thanks.

--
Jens Axboe