mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Comparing an int to a size, which is unsigned, causes the int to become unsigned, giving the wrong result. kernel_sendmsg can return a negative error code. Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
18 KiB
18 KiB