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>
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node cannot handle extended windows paths

2 participants