The issue involves the `recvmsg` system call causing stack smashing when run under QEMU's user mode for AArch64. On native hardware, it works fine, but under emulation, it leads to a crash. The problem is related to how memory is managed during this system call. **Category: syscall**