hermit-os / hermit-os/kernel

relative paths don't work without leading `./`

Open
#1,597 0 comments 0 reactions 1 assignee Claimed by @stlankes View on GitHub
Dominant language
Rust
Stars
1.5k
Forks
132
Avg merge
1d 14h
Merged PRs (30d)
39

Description

The path `a` should work the same as the path `./a`.

Currently, no system call seems to handle these correctly:
- `open("a") = EINVAL`
- for both reading and creating
- `mkdir("a") = EBADF`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.