blob: 121a7d3f7365ab55cf38f91156b2d59ec94012cd (
plain) (
blame)
1
2
3
|
The bug report describes an issue where QEMU incorrectly handles the `setsockopt()` system call when `optlen` is set to 0. This results in QEMU returning `-1` with `ENOMEM`, while the expected behavior is for the call to succeed and return zero. The problem is specific to how QEMU processes this particular system call.
**syscall**
|