blob: 775df20ae3144c180660cc17aad7b8dccacc58a2 (
plain) (
blame)
1
2
3
|
The issue pertains to Qemu's handling of a specific system call (`getsockopt`), where it incorrectly returns an error when `optval` is NULL, contrary to expected behavior on native Linux systems and documentation. This falls under errors related to system calls.
syscall
|