blob: ce81d16fed23f969c13628357afa6721eaa3f41d (
plain) (
blame)
1
2
3
|
The issue involves incorrect byte swapping when using `getresuid()` in a big-endian sparc64 environment under QEMU. This points to a problem with how system calls are handled, specifically with uid_t values not being properly endianness-adjusted.
syscall
|