deraadt
e5e55cd690
When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. |
5 years ago | |
---|---|---|
src | When system calls indicate an error they return -1, not some arbitrary | 5 years ago |