blob: 3adaa384cbf84e437e137d82e5151ac86198d7ed (
plain) (
blame)
1
2
3
|
syscall
The issue described involves incorrect decoding of syscall arguments by `qemu8-i386` for the `_NR_mmap = 90` syscall on i386 architecture. The problem lies specifically with how QEMU interprets or handles system calls rather than an instruction or runtime error unrelated to syscalls.
|