blob: 0af52312bec3104a255c95e2fae4073fe4f4e813 (
plain) (
blame)
1
2
3
|
syscall
The issue revolves around how the `setsockopt(IP_ADD_MEMBERSHIP)` call fails due to incorrect marshalling of the `imr_ifindex` field when using QEMU user-mode emulation for 64-bit platforms. The problem is related to differences in data structure definitions between the emulator and actual Linux kernel, specifically affecting syscalls.
|