Skip to content

path: handle extended-length windows entry paths#62639

Draft
jazelly wants to merge 1 commit intonodejs:mainfrom
jazelly:fix-62446
Draft

path: handle extended-length windows entry paths#62639
jazelly wants to merge 1 commit intonodejs:mainfrom
jazelly:fix-62446

Conversation

@jazelly
Copy link
Copy Markdown
Member

@jazelly jazelly commented Apr 8, 2026

Normalize \\?\ drive and UNC prefixes before resolution so namespaced entry points follow standard Windows path semantics.

Fixes: #62446

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Apr 8, 2026
@jazelly jazelly added fs Issues and PRs related to the fs subsystem / file system. path Issues and PRs related to the path subsystem. labels Apr 8, 2026
Normalize `\\?\` drive and UNC prefixes before resolution so
namespaced entry points follow standard Windows path semantics.

Signed-off-by: jazelly <xzha4350@gmail.com>
@StefanStojanovic StefanStojanovic added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. request-ci Add this label to start a Jenkins CI on a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node cannot handle extended windows paths

3 participants