summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1783362
blob: 076ae9ab02e89a86796ce3a0f1b7082a5d72f22d (plain) (blame)
1
2
3
4
5
The bug report describes an issue where `mmap` returns success (NULL, 0) instead of failure (MAP_FAILED, -1) when len==0 in QEMU-user. This is related to how syscalls are handled in the emulator.

**syscalls**

This is a syscall error because it involves incorrect handling of the mmap system call within the QEMU environment.