blob: 5c5826096f2c5c922aea96c0297551d4b7a12bdb (
plain) (
blame)
1
2
3
|
syscall
The issue pertains to how the `mmap` system call behaves when invoked with `len==0`, which is not aligned with expected behavior (returning `MAP_FAILED`). This makes it a syscall-related error.
|