blob: da18cd3ff083ae48d9528de6aed5ad4fcfdbdd4a (
plain) (
blame)
1
2
3
|
syscall
The issue involves the `sendmsg` system call behaving differently under QEMU compared to native Linux when the message contains zero-length `iov`, despite containing ancillary data. This suggests an inconsistency or error in handling the syscall within the QEMU environment.
|