blob: 6dc431042bc6f417b2616d44034b7f0e31b8834e (
plain) (
blame)
1
2
3
|
syscall
The bug report describes an issue related to the `readdir()` function and its interaction with system calls (`getdents64`) when running a 32-bit environment under QEMU on a 64-bit host. The problem arises from how these syscalls handle inode numbers, leading to an overflow error.
|