-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Path.js throws away one character paths. #26911
Labels
Comments
BridgeAR
added
confirmed-bug
Issues with confirmed bugs.
path
Issues and PRs related to the path subsystem.
labels
Mar 26, 2019
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Mar 26, 2019
This fixes the parse function for single character input that are not a path separator. Fixes: nodejs#26911
@mdavis199 thanks for reporting this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Master version in github
Windows
The code to parse win32 paths, throws away paths that consist of one letter or character (unless its a forward or backward slash). Line 833 in the excerpt below, returns empty strings.
node/lib/path.js
Lines 826 to 833 in d989e20
The text was updated successfully, but these errors were encountered: