Files
linux-stable-mirror/io_uring
Muhammad Usama AnjumandSasha Levin f263cf1626 io_uring/net: correct the type of variable
[ Upstream commit 86bcacc957 ]

The namelen is of type int. It shouldn't be made size_t which is
unsigned. The signed number is needed for error checking before use.

Fixes: c55978024d ("io_uring/net: move receive multishot out of the generic msghdr path")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/20240301144349.2807544-1-usama.anjum@collabora.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:20:04 -04:00
..
2024-01-20 11:51:38 +01:00
2023-05-04 08:19:05 -06:00
2023-08-10 10:24:25 -06:00
2023-08-11 10:42:57 -06:00