blob: f12d0ec6b1242cacfe2ad2351f6d6ad0da92ab7b (
plain) (
blame)
1
2
3
|
The bug report describes an issue where QEMU's user-mode emulation incorrectly handles the `write` system call when passed a zero length and a null pointer, returning `-1` instead of the expected `0`. This is clearly related to how system calls are handled in QEMU, specifically the `write` syscall.
syscall
|