diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1805913')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1805913 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1805913 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1805913 new file mode 100644 index 00000000..32045ca3 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1805913 @@ -0,0 +1,3 @@ +The issue arises because when running 32-bit user-static QEMU on a 64-bit host, the `getdents64` system call returns 64-bit inode numbers and offsets which exceed the 32-bit limits expected by the C standard in glibc's `readdir()` function. This causes `readdir()` to return `NULL` with `errno=EOVERFLOW`. + +**Category:** syscall \ No newline at end of file |