Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double slash is path #105

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Fix double slash is path #105

merged 1 commit into from
Sep 27, 2024

Conversation

0xLeif
Copy link
Owner

@0xLeif 0xLeif commented Sep 27, 2024

https://pubs.opengroup.org/onlinepubs/009695399/

3.266 Pathname

A character string that is used to identify a file. In the context of IEEE Std 1003.1-2001, a pathname consists of, at most, {PATH_MAX} bytes, including the terminating null byte. It has an optional beginning slash, followed by zero or more filenames separated by slashes. A pathname may optionally contain one or more trailing slashes. Multiple successive slashes are considered to be the same as one slash.

@0xLeif 0xLeif self-assigned this Sep 27, 2024
@0xLeif 0xLeif merged commit 85d7841 into main Sep 27, 2024
3 checks passed
@0xLeif 0xLeif deleted the leif/fix-filestate-path branch September 27, 2024 21:27
@0xLeif
Copy link
Owner Author

0xLeif commented Oct 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant