You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revise syscall errno handling. Currently errno is set when return value is negative integer, which might result in errors when e.g. messages are overflowing. Also errno shouldn't be unset when syscall didn't end with an error.
Revise syscall errno handling. Currently errno is set when return value is negative integer, which might result in errors when e.g. messages are overflowing. Also errno shouldn't be unset when syscall didn't end with an error.