]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux: fix handling of flags for 32 bit send(2) syscall
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Fri, 5 Feb 2021 17:24:23 +0000 (17:24 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Thu, 4 Mar 2021 23:29:22 +0000 (23:29 +0000)
commitfdd7609f10236df34c8d8ae2d6f2dae46e0e96cf
treeb8408fdbb0f804140bc124e37330ea373dec998c
parent9d39df7bd9c03cca8ad9f90e08f1577db55e4449
linux: fix handling of flags for 32 bit send(2) syscall

Previously the flags were passed as-is, which could resulted
in spurious EAGAIN returned for non-blocking sockets, which
broke some Steam games.

Approved by: re (gjb)
PR: 248065
Reported By: Alex S <iwtcex@gmail.com>
Tested By: Alex S <iwtcex@gmail.com>
Reviewed By: emaste
MFC After: 3 days
Sponsored By: The FreeBSD Foundation

(cherry picked from commit f6e8256a965d5b7a7d43034ea31b2430a3b51066)
(cherry picked from commit 9d930fb09072d21464288df8c834cb8d0b760073)
sys/compat/linux/linux_socket.c