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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Better detection of error codes in syscall return values
It was problematic before, especially e.g. the case in xmmap_anon:
the function checked for MMAP_FAILED, but that is only correct
while using the libc mmap interface. The raw syscall on Linux can
return one of several negative integers to indicate errors.
0 commit comments