diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/927')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/927 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/927 b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/927 new file mode 100644 index 000000000..77f304bf4 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/927 @@ -0,0 +1,5 @@ +The bug report describes an issue where `open("/proc/self/exe", ...)` returns a closed file descriptor when using qemu-user. This happens because the file descriptor is closed during initialization by `load_elf_image()`. The problem arises from how QEMU handles the `AT_EXECFD` auxval and the subsequent behavior of `do_openat`, leading to incorrect file descriptors being returned. + +This issue is related to system calls, specifically how `openat` behaves in this scenario. Therefore, it falls under the **syscall** category. + +syscall \ No newline at end of file |