blob: 5520e974f72fb6bcae5b14da8528f1f0af28f917 (
plain) (
blame)
1
2
3
|
syscall
The issue involves `setsockopt()` handling within QEMU's user space emulation and how it returns an incorrect error when `optlen=0`. This indicates that the problem lies with syscall emulation rather than instruction execution or other runtime errors.
|