blob: db063d9ce9510e497136c243bc8076bfac1ee530 (
plain) (
blame)
1
2
3
|
The issue involves an inability to execute a binary compiled for x86_64 on an AArch64 or LoongArch host using QEMU's linux-user mode. The problem arises after a specific commit related to the `brk()` system call, which is used for memory management.
**Category:** syscall
|