blob: c663b5979b3f8b2649adda812e8e411ffb018e23 (
plain) (
blame)
1
2
3
|
The issue described involves incorrect decoding of arguments for the `writev` system call when using `--strace` on 64-bit binaries running on a 32-bit machine with QEMU. This suggests that the problem lies in how QEMU handles or traces syscalls, specifically `writev`, across different architectures.
**Category:** syscall
|