blob: 54ae9fbacf772968d6fc14a83e99ca30e827cfb7 (
plain) (
blame)
1
2
3
|
The issue involves how `qemu-arm` handles the `QEMU_LD_PREFIX` environment variable when executing a program. When listing the contents of `/`, it incorrectly remaps the root directory to the path specified by `QEMU_LD_PREFIX`. This behavior suggests that there's an error in how system calls are being handled, particularly with the `openat` syscall which is used to open directories.
syscall
|