blob: 9d706f097e8fb515242e8e7a04a706a2b581835a (
plain) (
blame)
1
2
3
|
The issue revolves around `qemu-user` incorrectly handling mmap for large files when running 32-bit executables on a 64-bit host. This points to a problem with how system calls are being emulated, specifically the mmap syscall.
syscall
|