[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <871e585c-06ca-17cb-f082-fec576bb75e1@kernel.dk>
Date: Mon, 12 Oct 2020 08:24:42 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Colin King <colin.king@...onical.com>,
Alexander Viro <viro@...iv.linux.org.uk>,
Pavel Begunkov <asml.silence@...il.com>,
linux-fsdevel@...r.kernel.org, io-uring@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] io_uring: Fix sizeof() mismatch
On 10/12/20 8:03 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> 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
Powered by blists - more mailing lists